Skip to content

Commit 0cda5dc

Browse files
chore: add a note about the important forwarding flag
1 parent b1a7f65 commit 0cda5dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ generated pipeline:
6262
strategy: depend
6363
forward:
6464
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.
6568
pipeline_variables: true
6669
needs:
6770
- job: generator

0 commit comments

Comments
 (0)