Skip to content

Commit 0302587

Browse files
committed
Splitting branch from ci image in PR pipeline
1 parent 2a3d2c7 commit 0302587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pr-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
input_mapping:
2828
git-repo: pull-request
2929
vars:
30-
branch: ((branch))
30+
ci-image-tag: ((ci-image-tag))
3131
- name: run-acceptance-tests
3232
serial: true
3333
plan:
@@ -42,7 +42,7 @@ jobs:
4242
- task: acceptance-tests
4343
file: pull-request/ci/tasks/acceptance-tests.yml
4444
vars:
45-
branch: ((branch))
45+
ci-image-tag: ((ci-image-tag))
4646
input_mapping:
4747
git-repo: pull-request
4848
on_success:

0 commit comments

Comments
 (0)