Skip to content

Commit

Permalink
fix(push): fixing the push script (#12) (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: shubhamchaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Oct 15, 2020
1 parent 23d976c commit 4f1d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaos-test/buildscripts/push
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
exit 1
fi

IIMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} )
IMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} )

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

0 comments on commit 4f1d076

Please sign in to comment.