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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-06 20:22:35 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-07 09:35:02 +0300
commit14cb805cf12b97f2f6f56a9a4119fb91dc02ec39 (patch)
treef14b618988d60ca9bea841f5f807774bb61983b7 /build/vue-builds.sh
parent62e29abc5b2919870b7474bd2b3e732eacc4287a (diff)
Bump settings config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/vue-builds.sh')
-rwxr-xr-xbuild/vue-builds.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/vue-builds.sh b/build/vue-builds.sh
index 39331e92270..1a5bef8a648 100755
--- a/build/vue-builds.sh
+++ b/build/vue-builds.sh
@@ -14,6 +14,7 @@ do
cp $entryFile $backupFile
# Make the app
+ set -e
cd "$path/../"
make
@@ -25,7 +26,7 @@ do
if ! diff -q $entryFile $backupFile &>/dev/null
then
echo "$entryFile build is NOT up-to-date! Please send the proper production build within the pull request"
- cat /root/.npm/_logs/*.log
+ cat $HOME/.npm/_logs/*.log
exit 2
else
echo "$entryFile build is up-to-date"