You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z"$OCR_USERNAME" ] || [ -z"$OCR_PASSWORD" ];then
80
80
if [ -z$(docker images -q $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC) ];then
81
-
echo"Image $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC doesn't exist. Provide Docker login details using env variables OCR_USERNAME, OCR_PASSWORD and OCR_EMAIL to pull the image."
81
+
echo"Image $IMAGE_NAME_WEBLOGIC:$IMAGE_TAG_WEBLOGIC doesn't exist. Provide Docker login details using env variables OCR_USERNAMEand OCR_PASSWORD to pull the image."
0 commit comments