Skip to content

Commit

Permalink
uncomment to push to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
kmova committed Dec 20, 2016
1 parent 8fc3239 commit 802733f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/push
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e
source "$(dirname $0)/version"
IMAGEID=$( docker images -q openebs/jiva:${VERSION} )

exit

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

0 comments on commit 802733f

Please sign in to comment.