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 f7cc9c0 commit 52cb6beCopy full SHA for 52cb6be
integration-tests/src/test/resources/setupenv.sh
@@ -288,8 +288,8 @@ if [ "$SHARED_CLUSTER" = "true" ]; then
288
fi
289
290
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."
+ if [ -z "$OCR_USERNAME" ] || [ -z "$OCR_PASSWORD" ]; then
+ echo "Provide Docker login details using OCR_USERNAME & OCR_PASSWORD env variables to push the Operator image to the repository."
293
exit 1
294
295
0 commit comments