Update .gitlab-ci
This commit is contained in:
parent
99f89ff9f0
commit
13d8647472
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
image: elecnix/ikiwiki
|
||||
|
||||
before_script:
|
||||
- apt-get install -y git
|
||||
- sudo apk add git ikiwiki
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
|
@ -11,6 +9,8 @@ test:
|
|||
- ikiwiki --setup ikiwiki.setup --libdir themes/ikistrap/lib
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- apk-v3.18-x86_64
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
@ -21,3 +21,5 @@ pages:
|
|||
- public
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- apk-v3.18-x86_64
|
||||
|
|
Loading…
Reference in a new issue