Skip to content

Commit 73bebd3

Browse files
committed
Enable abort on packing failure
1 parent 315a74c commit 73bebd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/zip.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# enter images directory
46
pushd /build/jdk9u/build/linux-arm-normal-client-release/images
57

0 commit comments

Comments
 (0)