Fix location of non-repudiation artifact (#9294)

This should end up in artifactory not github.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2021-03-31 07:45:33 +02:00 committed by GitHub
parent bbfbe04f73
commit 29a6813465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if [[ "$NAME" == "linux" ]]; then
NON_REPUDIATION=non-repudiation-$RELEASE_TAG.jar
bazel build //runtime-components/non-repudiation-app:non-repudiation-app_deploy.jar
cp bazel-bin/runtime-components/non-repudiation-app/non-repudiation-app_deploy.jar $OUTPUT_DIR/github/$NON_REPUDIATION
cp bazel-bin/runtime-components/non-repudiation-app/non-repudiation-app_deploy.jar $OUTPUT_DIR/artifactory/$NON_REPUDIATION
NON_REPUDIATION_CLIENT_JAR=non-repudiation-client-$RELEASE_TAG.jar
NON_REPUDIATION_CLIENT_POM=non-repudiation-client-$RELEASE_TAG.pom