We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d976c commit 99b3bdeCopy full SHA for 99b3bde
chaos-test/buildscripts/push
@@ -12,7 +12,7 @@ then
12
exit 1
13
fi
14
15
-IIMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} )
+IMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} )
16
17
if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
18
then
0 commit comments