Skip to content

Commit 8ad6bbd

Browse files
committed
Fail build immediately if there is an error downloading artifacts
1 parent d62fbba commit 8ad6bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/jobs.t/elastic+elasticsearch+periodic+release-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
JAVA16_HOME=$HOME/.java/openjdk16
1616
- shell: |
1717
#!/usr/local/bin/runbld --redirect-stderr
18+
set -e
1819
1920
# Fetch beats artifacts
2021
export ES_VERSION=$(grep 'elasticsearch' build-tools-internal/version.properties | awk '{print $3}')

0 commit comments

Comments
 (0)