Fix aws release script

This commit is contained in:
Tankred Hase 2015-02-20 16:41:38 +01:00
parent e089139474
commit 427dee8214
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
#!/bin/sh
# abort if tests fail
set -e
# go to root
cd `dirname $0`
cd ..
@ -18,6 +15,9 @@ git branch -D release/$1
git checkout -b release/$1
git merge $2 --no-edit
# abort if tests fail
set -e
# build and test
rm -rf node_modules/
npm cache clear