Skip to content

Commit

Permalink
Fail build immediately if there is an error downloading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Mar 23, 2023
1 parent d62fbba commit 8ad6bbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
JAVA16_HOME=$HOME/.java/openjdk16
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
set -e
# Fetch beats artifacts
export ES_VERSION=$(grep 'elasticsearch' build-tools-internal/version.properties | awk '{print $3}')
Expand Down

0 comments on commit 8ad6bbd

Please sign in to comment.