Skip to content

Commit

Permalink
build: fix download and unpack not having pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 4, 2023
1 parent 308c8c7 commit a5ecb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/download-and-unpack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# https://stackoverflow.com/a/13350100/710693
set -eu
set -euo pipefail

# download tar gz file from source_url and unpack it to destination
# download_and_upack <source_url> <destination>
Expand Down

0 comments on commit a5ecb8d

Please sign in to comment.