remove 'set -e' - causes issues during ci execution

This commit is contained in:
Thomas Müller 2014-09-12 15:42:50 +02:00
parent cfd8b3f976
commit d3fc5de4c2
1 changed files with 1 additions and 1 deletions

View File

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