Skip to content

Commit 3f226ac

Browse files
committed
Fix PR pipeline vars
1 parent 88a6ed5 commit 3f226ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
timeout: 1h30m
3737
file: git-repo/ci/tasks/build-project.yml
3838
vars:
39-
docker-hub-organization: ((dockerhub-organization))
4039
release-image-tag: ((release-image-tag))
4140
- put: artifactory-repo
4241
params: &artifactory-params

ci/pr-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
input_mapping:
2828
git-repo: pull-request
2929
vars:
30-
docker-hub-organization: ((dockerhub-organization))
3130
release-image-tag: ((release-image-tag))
3231

3332
- name: run-acceptance-tests
@@ -45,6 +44,8 @@ jobs:
4544
file: pull-request/ci/tasks/acceptance-tests.yml
4645
input_mapping:
4746
git-repo: pull-request
47+
vars:
48+
release-image-tag: ((release-image-tag))
4849
on_success:
4950
in_parallel:
5051
- *slack-success-notification

0 commit comments

Comments
 (0)