Skip to content

Commit

Permalink
#11 set -o pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 3, 2014
1 parent 17b5ac4 commit bc6ec4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -o pipefail

URL=$1
SRC=$(pwd)
Expand Down

0 comments on commit bc6ec4d

Please sign in to comment.