Skip to content

Commit

Permalink
Merge pull request #12 from Conjur-Enterprise/add-release-tools
Browse files Browse the repository at this point in the history
CNJR-2450: Add release-tools binaries to path
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Sep 22, 2023
2 parents 25a7505 + e63612f commit 54f3447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if (params.MODE == "PROMOTE") {

// Pull existing images from internal registry in order to promote
infrapool.agentSh """
export PATH="release-tools/bin:${PATH}"
docker pull registry.tld/secretless-broker:${sourceVersion}
docker pull registry.tld/secretless-broker-quickstart:${sourceVersion}
docker pull registry.tld/secretless-broker-redhat:${sourceVersion}
Expand Down

0 comments on commit 54f3447

Please sign in to comment.