DRA - fix dra_upload syntax, breaking builds (#14685) (#14686)

Fix dra_upload.sh syntax that's breaking the build.

(cherry picked from commit 9584d1332b)

Co-authored-by: Andres Rodriguez <andres.lazo@elastic.co>
This commit is contained in:
github-actions[bot] 2022-10-22 13:04:53 -04:00 committed by GitHub
parent 50a0500512
commit 6a8b525514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/