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