Skip to content
Snippets Groups Projects
Commit 8d9549f6 authored by romanvalov's avatar romanvalov
Browse files

testing rules

parent 1cc79b23
No related branches found
No related tags found
No related merge requests found
......@@ -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