Skip to content
Snippets Groups Projects
Commit 13c0078d authored by neko's avatar neko
Browse files

upd ci

parent 970ab7ba
Branches
Tags
No related merge requests found
......@@ -8,9 +8,20 @@ variables:
DEST_DIRECTORY: latest/hugo
stages:
- test
- build
- push
before_script:
- apk add --no-cache go curl bash nodejs
- hugo mod get -u
test:
script:
- hugo
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
build:
before_script:
- hugo version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment