Skip to content

Commit

Permalink
Merge pull request #32627 from vespa-engine/aressem/debug-script-error
Browse files Browse the repository at this point in the history
Debug script error in release process.
  • Loading branch information
hmusum authored Oct 22, 2024
2 parents 65eb3ea + 51d004a commit d81e39f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/release-java-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ mkdir -p "$TMP_STAGING"
trap "rm -rf $TMP_STAGING" EXIT

sign_module() {

#Debug
set +x

ECHO=""

P=$1
Expand Down Expand Up @@ -101,6 +105,9 @@ sign_module() {
}
export -f sign_module

#Debug
set +x

aws s3 cp "s3://381492154096-build-artifacts/vespa-engine--vespa/$VESPA_RELEASE/artifacts/amd64/maven-repo.tar" .
aws s3 cp "s3://381492154096-build-artifacts/vespa-engine--vespa/$VESPA_RELEASE/artifacts/amd64/maven-repo.tar.pem" .
aws s3 cp "s3://381492154096-build-artifacts/vespa-engine--vespa/$VESPA_RELEASE/artifacts/amd64/maven-repo.tar.sig" .
Expand Down

0 comments on commit d81e39f

Please sign in to comment.