about summary refs log tree commit diff
path: root/.github/deploy.sh
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-05-16 18:55:21 +0200
committerPhilipp Hansch <dev@phansch.net>2018-05-16 18:55:21 +0200
commit9e6dc8d2d51907f3ddf26b01257830e3c3ccec64 (patch)
treea4dc81d70985be5d57bc315a9bc23fee0d70783d /.github/deploy.sh
parent4abd4a12b77952061c59c900ba40ddeec0915dbe (diff)
Add exec bit, add set -ex to ci test files
Diffstat (limited to '.github/deploy.sh')
-rwxr-xr-x.github/deploy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/deploy.sh b/.github/deploy.sh
index aa76f8f4e41..1d206e61167 100755
--- a/.github/deploy.sh
+++ b/.github/deploy.sh
@@ -1,8 +1,7 @@
 #!/bin/bash
 # Automatically deploy on gh-pages
 
-set -e
-set -x
+set -ex
 
 SOURCE_BRANCH="master"
 TARGET_BRANCH="gh-pages"