Commit bfed07e
committed
ci: fix SKIP_SHARED_PIPELINE leaking into reliability env pipeline
The global SKIP_SHARED_PIPELINE=true introduced in #3679 is passed by
GitLab to all downstream pipelines, including the cross-project
deploy_to_reliability_env trigger. This caused trigger_unpack to be
suppressed in the reliability env pipeline, breaking the PHP demo jobs
(FrankePHP, Shopware, Symfony, Laravel) that depend on it.
Fix: override deploy_to_reliability_env to explicitly pass
SKIP_SHARED_PIPELINE=false, preventing the parent pipeline's suppression
flag from affecting the downstream reliability env pipeline.1 parent 8cd0131 commit bfed07e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
0 commit comments