Skip to content

Commit

Permalink
Merge pull request #10 from merlinsbeard/patch/script
Browse files Browse the repository at this point in the history
Exit script if a command fails
  • Loading branch information
mariamrf authored Oct 1, 2020
2 parents df2ef41 + f818314 commit 5c8e766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

install_zip_dependencies(){
echo "Installing and zipping dependencies..."
Expand Down

0 comments on commit 5c8e766

Please sign in to comment.