Update .gitlab-ci
This commit is contained in:
parent
13d8647472
commit
c0a9f6db67
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ test:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||||
tags:
|
tags:
|
||||||
- apk-v3.18-x86_64
|
- knit
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
@ -22,4 +22,4 @@ pages:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
tags:
|
tags:
|
||||||
- apk-v3.18-x86_64
|
- knit
|
||||||
|
|
Loading…
Reference in a new issue