Do the string signs really make a difference?
This commit is contained in:
parent
cd3548e06b
commit
fa8a6ea735
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ pages:
|
|||
image: archlinux:latest
|
||||
interruptible: true
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
|
||||
when: always
|
||||
before_script:
|
||||
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||
|
@ -23,7 +23,7 @@ basic-zola-test:
|
|||
image: archlinux:latest
|
||||
interruptible: true
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
when: always
|
||||
before_script:
|
||||
- pacman --needed --noconfirm --sync --refresh --sysupgrade zola
|
||||
|
|
Loading…
Reference in a new issue