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 92b9dc5 commit 126e168Copy full SHA for 126e168
jenkins/build/Jenkinsfile
@@ -100,7 +100,7 @@ podTemplate(
100
}
101
if (helper.getBranchName() == 'main' && !helper.isPRBuild()) {
102
withEnv(["GH_TOKEN=${GH_TOKEN}"]) {
103
- sh "poetry config repositories.artifact-registry"
+ sh "poetry config repositories.artifact-registry https://us-east1-python.pkg.dev/tamr-python/pypi-local/"
104
sh "semantic-release"
105
106
0 commit comments