Update file .gitlab-ci.yml
This commit is contained in:
parent
9a21d5b33b
commit
541a3d77ce
|
@ -14,12 +14,11 @@ stages:
|
|||
- build
|
||||
- push
|
||||
|
||||
before_script:
|
||||
- apk add --no-cache go curl bash nodejs
|
||||
- hugo version
|
||||
- hugo mod get -u
|
||||
|
||||
test:
|
||||
before_script:
|
||||
- apk add --no-cache go curl bash nodejs
|
||||
- hugo version
|
||||
- hugo mod get -u
|
||||
script:
|
||||
- hugo
|
||||
rules:
|
||||
|
|
Loading…
Reference in New Issue