Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-09-12 17:42:50 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-09-12 17:42:50 +0400
commitd3fc5de4c2b315047a0b3b0aa61f350456c91978 (patch)
treea5e92f6fd4f26f56bf3bc317775d166a64a57121 /autotest-js.sh
parentcfd8b3f9761aed5026c064e2040b576d6178979c (diff)
remove 'set -e' - causes issues during ci execution
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-xautotest-js.sh2
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"