Skip to content

Commit 126e168

Browse files
committed
fix: add gar url to jenkinsFile
1 parent 92b9dc5 commit 126e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/build/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ podTemplate(
100100
}
101101
if (helper.getBranchName() == 'main' && !helper.isPRBuild()) {
102102
withEnv(["GH_TOKEN=${GH_TOKEN}"]) {
103-
sh "poetry config repositories.artifact-registry"
103+
sh "poetry config repositories.artifact-registry https://us-east1-python.pkg.dev/tamr-python/pypi-local/"
104104
sh "semantic-release"
105105
}
106106
}

0 commit comments

Comments
 (0)