From 802733fe89a684106163670421c9337104ca7cce Mon Sep 17 00:00:00 2001 From: kmova Date: Tue, 20 Dec 2016 10:44:16 +0000 Subject: [PATCH] uncomment to push to dockerhub --- scripts/push | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/push b/scripts/push index aa047952..a478354e 100755 --- a/scripts/push +++ b/scripts/push @@ -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}";