Skip to content

Commit

Permalink
build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prepor committed Nov 4, 2015
1 parent 75c98ed commit 458ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TAG=`oasis query version`
SHA=`git rev-parse --short HEAD`
VERSION="$TAG ($SHA)"

git tag $TAG || true
git tag -f $TAG
git push -f origin $TAG

docker build -t condo:$TAG ./
Expand Down

0 comments on commit 458ddd4

Please sign in to comment.