Skip to content

Commit

Permalink
#314 actually the build script was fine before
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Oct 27, 2015
1 parent 4688595 commit d212801
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ then
exit 1
fi

# create new version
npm version "$1"
# build
npm install
cd client
gulp build
cd ..
# push
docker build -t "$DEFAULT_DOCKER_REGISTRY/stups/yourturn:$1" . && docker push "$DEFAULT_DOCKER_REGISTRY/stups/yourturn:$1"
git push --tags
docker build -t "$DEFAULT_DOCKER_REGISTRY/stups/yourturn:$1" . && docker push "$DEFAULT_DOCKER_REGISTRY/stups/yourturn:$1"

0 comments on commit d212801

Please sign in to comment.