Skip to content

Commit

Permalink
Update push
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova authored Apr 1, 2017
1 parent cd6602a commit 4c15f3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildscripts/push
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ source "$(dirname $0)/version"
IMAGEID=$( docker images -q openebs/jiva:${VERSION} )
#Set the RC release tag to push the release into docker hub.
#TODO: A cleaner way to make releases needs to be setup.
RELEASE_TAG="0.2-RC3"
RELEASE_TAG="0.2-RC4"

echo "RELEASE_TAG is ${RELEASE_TAG}"
echo "TRAVIS_TAG is ${TRAVIS_TAG}"

if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
then
Expand Down

0 comments on commit 4c15f3e

Please sign in to comment.