Fix artifactory upload path (#9115)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-03-12 11:39:50 +01:00 committed by GitHub
parent c556db48ed
commit a3d6c9faf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ push() {
-H "X-Checksum-SHA1:${sha1}" \
-X PUT \
-T ${local_path} \
https://digitalasset.jfrog.io/artifactory/${repository}/$(release_tag)/${file}
https://digitalasset.jfrog.io/artifactory/${repository}/$RELEASE_TAG/${file}
}
TRIGGER_RUNNER=daml-trigger-runner-$RELEASE_TAG.jar