Skip to content

Commit

Permalink
Add release-tools binaries to path
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Sep 22, 2023
1 parent 25a7505 commit e63612f
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 e63612f

Please sign in to comment.