Skip to content

Commit e4c7978

Browse files
authored
[ci] small fix for job switcher (#1990)
1 parent d7311ca commit e4c7978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ variables:
4444
# they will be used if the job fails
4545
.pipeline-stopper-vars:
4646
before_script:
47+
- !reference [.job-switcher, before_script]
4748
- echo "FAILED_JOB_URL=${CI_JOB_URL}" > pipeline-stopper.env
4849
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
4950
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
@@ -181,4 +182,3 @@ remove-cancel-pipeline-message:
181182
PR_NUM: "${CI_COMMIT_REF_NAME}"
182183
trigger:
183184
project: "parity/infrastructure/ci_cd/pipeline-stopper"
184-
branch: "as-improve"

0 commit comments

Comments
 (0)