]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove 'set -e' - causes issues during ci execution
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 12 Sep 2014 13:42:50 +0000 (15:42 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 12 Sep 2014 13:42:50 +0000 (15:42 +0200)
autotest-js.sh

index a3a5f65fd2b9faced3d0c75832fffb65658bbda1..99cc09f90858b74ac296bb6ce45d3f7285ab8ea2 100755 (executable)
@@ -8,7 +8,7 @@
 # @copyright 2014 Vincent Petry <pvince81@owncloud.com>
 #
 
-set -e
+set -e
 
 NPM="$(which npm 2>/dev/null)"
 PREFIX="build"