Skip to content
Snippets Groups Projects
Unverified Commit eba20f45 authored by Timo Furrer's avatar Timo Furrer
Browse files

YAML is the worst

parent 8b4343a4
Branches
Tags
No related merge requests found
...@@ -29,7 +29,7 @@ variables: ...@@ -29,7 +29,7 @@ variables:
needs: [] needs: []
allow_failure: true allow_failure: true
rules: rules:
- if: '"$CI_SERVER_HOST" == "gitlab.com"' - if: '$CI_SERVER_HOST == "gitlab.com"'
image: alpine:3.19 image: alpine:3.19
script: script:
- | - |
......
...@@ -29,7 +29,7 @@ variables: ...@@ -29,7 +29,7 @@ variables:
needs: [] needs: []
allow_failure: true allow_failure: true
rules: rules:
- if: '"$CI_SERVER_HOST" == "gitlab.com"' - if: '$CI_SERVER_HOST == "gitlab.com"'
image: alpine:3.19 image: alpine:3.19
script: script:
- | - |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment