Skip to content

Commit

Permalink
DRA - fix dra_upload syntax, breaking builds (#14685) (#14687)
Browse files Browse the repository at this point in the history
Fix dra_upload.sh syntax that's breaking the build.

(cherry picked from commit 9584d13)

Co-authored-by: Andres Rodriguez <[email protected]>
  • Loading branch information
github-actions[bot] and roaksoax authored Oct 22, 2022
1 parent 410f872 commit f99dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dra_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gsutil cp gs://logstash-ci-artifacts/dra/${STACK_VERSION}/logstash-oss-${STACK_V
gsutil cp gs://logstash-ci-artifacts/dra/${STACK_VERSION}/logstash-oss-${STACK_VERSION}-aarch64.rpm build/
gsutil cp gs://logstash-ci-artifacts/dra/${STACK_VERSION}/logstash-oss-${STACK_VERSION}-linux-aarch64.tar.gz build/

if [ "$RELEASE_VER" != "7.17" ]
if [ "$RELEASE_VER" != "7.17" ]; then
# Version 7.17.x doesn't generates ARM artifacts for Darwin
gsutil cp gs://logstash-ci-artifacts/dra/${STACK_VERSION}/logstash-${STACK_VERSION}-darwin-aarch64.tar.gz build/
gsutil cp gs://logstash-ci-artifacts/dra/${STACK_VERSION}/logstash-oss-${STACK_VERSION}-darwin-aarch64.tar.gz build/
Expand Down

0 comments on commit f99dfb7

Please sign in to comment.