Update file .gitlab-ci.yml

This commit is contained in:
neko 2024-08-07 12:10:08 +00:00
parent 9a21d5b33b
commit 541a3d77ce
1 changed files with 4 additions and 5 deletions

View File

@ -14,12 +14,11 @@ stages:
- build - build
- push - push
before_script: test:
before_script:
- apk add --no-cache go curl bash nodejs - apk add --no-cache go curl bash nodejs
- hugo version - hugo version
- hugo mod get -u - hugo mod get -u
test:
script: script:
- hugo - hugo
rules: rules: