Skip to content

Commit 52cb6be

Browse files
committed
fix
1 parent f7cc9c0 commit 52cb6be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/src/test/resources/setupenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ if [ "$SHARED_CLUSTER" = "true" ]; then
288288
fi
289289
fi
290290

291-
if [ -z "$DOCKER_USERNAME" ] || [ -z "$DOCKER_PASSWORD" ] || [ -z "$DOCKER_EMAIL" ]; then
292-
echo "Provide Docker login details using DOCKER_USERNAME, DOCKER_PASSWORD & DOCKER_EMAIL env variables to push the Operator image to the repository."
291+
if [ -z "$OCR_USERNAME" ] || [ -z "$OCR_PASSWORD" ]; then
292+
echo "Provide Docker login details using OCR_USERNAME & OCR_PASSWORD env variables to push the Operator image to the repository."
293293
exit 1
294294
fi
295295

0 commit comments

Comments
 (0)