Skip to content

Commit

Permalink
Merge pull request #1465 from cyberark/fix-release-promotion
Browse files Browse the repository at this point in the history
Add missing summon enviroinment for promoting release
  • Loading branch information
szh authored May 20, 2022
2 parents d641b1e + ca544d1 commit 9e5c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (params.MODE == "PROMOTE") {
sh "docker pull registry.tld/secretless-broker-quickstart:${sourceVersion}"
sh "docker pull registry.tld/secretless-broker-redhat:${sourceVersion}"
// Promote source version to target version.
sh "summon ./bin/publish --promote --source ${sourceVersion} --target ${targetVersion}"
sh "summon -e common ./bin/publish --promote --source ${sourceVersion} --target ${targetVersion}"
}
return
}
Expand Down

0 comments on commit 9e5c440

Please sign in to comment.