diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-12 15:42:50 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-09-12 15:42:50 +0200 |
commit | d3fc5de4c2b315047a0b3b0aa61f350456c91978 (patch) | |
tree | a5e92f6fd4f26f56bf3bc317775d166a64a57121 /autotest-js.sh | |
parent | cfd8b3f9761aed5026c064e2040b576d6178979c (diff) | |
download | nextcloud-server-d3fc5de4c2b315047a0b3b0aa61f350456c91978.tar.gz nextcloud-server-d3fc5de4c2b315047a0b3b0aa61f350456c91978.zip |
remove 'set -e' - causes issues during ci execution
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-x | autotest-js.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-js.sh b/autotest-js.sh index a3a5f65fd2b..99cc09f9085 100755 --- a/autotest-js.sh +++ b/autotest-js.sh @@ -8,7 +8,7 @@ # @copyright 2014 Vincent Petry <pvince81@owncloud.com> # -set -e +# set -e NPM="$(which npm 2>/dev/null)" PREFIX="build" |