Skip to content

Commit

Permalink
Just build container for now with develop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvaughn committed Jun 20, 2017
1 parent fffd174 commit d7051e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build/develop.sh
@@ -1,17 +1,10 @@
#!/bin/bash

cp VERSION VERSION.bak
echo "edge" > VERSION
echo "develop" > VERSION

_VERSION="$(echo -n $(cat VERSION))"
make clean
make dist
make clean

git commit -a -m "Building release ${_VERSION}"
git tag -a "v${_VERSION}" -m "version ${_VERSION}"
git push origin "v${_VERSION}"
git push origin master

make docker
make docker-release
Expand Down

0 comments on commit d7051e7

Please sign in to comment.