Skip to content
Snippets Groups Projects

Implement variables for pipeline workflow rules [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Furkan Ayhan requested to merge 294232-V2-variables-in-workflow-rules into master
Compare and Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -47,6 +47,7 @@
terminal: {
tag_list: [],
yaml_variables: [],
job_variables: [],
options: { script: ["sleep 60"] }
})
end
@@ -61,6 +62,7 @@
terminal: {
tag_list: [],
yaml_variables: [],
job_variables: [],
options: { before_script: ["ls"], script: ["sleep 60"] }
})
end
Loading