We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a6ed5 commit 3f226acCopy full SHA for 3f226ac
ci/pipeline.yml
@@ -36,7 +36,6 @@ jobs:
36
timeout: 1h30m
37
file: git-repo/ci/tasks/build-project.yml
38
vars:
39
- docker-hub-organization: ((dockerhub-organization))
40
release-image-tag: ((release-image-tag))
41
- put: artifactory-repo
42
params: &artifactory-params
ci/pr-pipeline.yml
@@ -27,7 +27,6 @@ jobs:
27
input_mapping:
28
git-repo: pull-request
29
30
31
32
33
- name: run-acceptance-tests
@@ -45,6 +44,8 @@ jobs:
45
44
file: pull-request/ci/tasks/acceptance-tests.yml
46
47
+ vars:
48
+ release-image-tag: ((release-image-tag))
49
on_success:
50
in_parallel:
51
- *slack-success-notification
0 commit comments