Skip to content

Commit

Permalink
Fail early when encountering errors during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecms committed Aug 9, 2020
1 parent edd7bbc commit 4a22479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/upload-gh-pages.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e # exit on error to prevent deployment of broken builds

git config --global user.name "Travis CI"
git config --global user.email "noreply+travis@fossasia.org"

Expand Down

0 comments on commit 4a22479

Please sign in to comment.