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:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- apk-v3.18-x86_64
|
||||
- knit
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
|
@ -22,4 +22,4 @@ pages:
|
|||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
tags:
|
||||
- apk-v3.18-x86_64
|
||||
- knit
|
||||
|
|
Loading…
Reference in a new issue