Skip to content

Commit 5c8e766

Browse files
authored
Merge pull request #10 from merlinsbeard/patch/script
Exit script if a command fails
2 parents df2ef41 + f818314 commit 5c8e766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
install_zip_dependencies(){
45
echo "Installing and zipping dependencies..."

0 commit comments

Comments
 (0)