Skip to content

Commit 019131e

Browse files
authored
Failure to load zip will fail workflows. (#5985)
1 parent f60162e commit 019131e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/get_latest_zip_from_gcs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# limitations under the License.
1616

1717
set -x
18+
set -eo pipefail
1819

1920
FRAMEWORK_ZIP="$1"
2021
OUTPUT_DIR="$2"

0 commit comments

Comments
 (0)