Skip to content
Snippets Groups Projects
Commit 898e3f20 authored by romanvalov's avatar romanvalov
Browse files

.

parent 8d9549f6
Branches
No related tags found
No related merge requests found
Checking pipeline status
......@@ -21,11 +21,11 @@ variables:
- echo "$GLOBAL3"
- echo "$GLOBAL4"
rules:
- if: '"$GLOBAL3" == ""'
- if: '$GLOBAL3 == ""'
when: always
variables:
GLOBAL3: "test!"
- if: '"$GLOBAL4" == ""'
- if: '$GLOBAL4 == ""'
when: always
variables:
GLOBAL4: "test!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment