We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a7f65 commit 0cda5dcCopy full SHA for 0cda5dc
.gitlab-ci.yml
@@ -62,6 +62,9 @@ generated pipeline:
62
strategy: depend
63
forward:
64
yaml_variables: true
65
+ # Without this pipeline_variables: true bit the pipeline we trigger will
66
+ # not get the variables that we set as part of our release process in our
67
+ # manual pipeline runs.
68
pipeline_variables: true
69
needs:
70
- job: generator
0 commit comments