Skip to content
Snippets Groups Projects
Commit 9a9a8eb6 authored by romanvalov's avatar romanvalov
Browse files

testing artifacts

parent 898e3f20
Branches
No related tags found
No related merge requests found
Pipeline #8270 failed
......@@ -16,19 +16,27 @@ variables:
paths:
- repo/
script:
- echo "$GLOBAL1"
- echo "$GLOBAL2"
- echo "$GLOBAL3"
- echo "$GLOBAL4"
- rm -f ./job.tmp
- touch ./job.tmp
- echo "$GLOBAL1" >> ./job.tmp
- echo "$GLOBAL2" >> ./job.tmp
- echo "$GLOBAL3" >> ./job.tmp
- echo "$GLOBAL4" >> ./job.tmp
- cp -f ./job.tmp ./job.txt
- cp -f ./job.tmp ./job.log
rules:
- if: '$GLOBAL3 == ""'
- if: $GLOBAL3
when: always
variables:
GLOBAL3: "test!"
- if: '$GLOBAL4 == ""'
- if: $GLOBAL4
when: always
variables:
GLOBAL4: "test!"
artifacts:
paths:
- *.txt
- *.log
run-x86_64:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment