Skip to content

Commit 99b3bde

Browse files
authored
fix(push): fixing the push script (#12)
Signed-off-by: shubhamchaudhary <[email protected]>
1 parent 23d976c commit 99b3bde

File tree

1 file changed

+1
-1
lines changed
  • chaos-test/buildscripts

1 file changed

+1
-1
lines changed

chaos-test/buildscripts/push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ then
1212
exit 1
1313
fi
1414

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

1717
if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
1818
then

0 commit comments

Comments
 (0)