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.
2 parents f0f432b + b1dbc6b commit 23e7845Copy full SHA for 23e7845
Jenkinsfile
@@ -75,7 +75,6 @@ if (params.MODE == "PROMOTE") {
75
76
// Pull existing images from internal registry in order to promote
77
infrapool.agentSh """
78
- git config --global --add safe.directory "\$(pwd)"
79
export PATH="release-tools/bin:${PATH}"
80
docker pull registry.tld/conjur-authn-k8s-client:${sourceVersion}
81
docker pull registry.tld/conjur-authn-k8s-client-redhat:${sourceVersion}
@@ -84,6 +83,8 @@ if (params.MODE == "PROMOTE") {
84
83
// Promote source version to target version.
85
summon ./bin/publish --promote --source ${sourceVersion} --target ${targetVersion}
86
"""
+
87
+ sh 'git config --global --add safe.directory "$(pwd)"'
88
}
89
90
// Copy Github Enterprise release to Github
0 commit comments