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 6e3afe8 commit f43fd2cCopy full SHA for f43fd2c
dev/docker.sh
@@ -99,13 +99,13 @@ if [[ "$OPENGROK_REPO_SLUG" != "oracle/opengrok" ]]; then
99
fi
100
101
if [[ -z $DOCKER_USERNAME ]]; then
102
- echo "DOCKER_USERNAME is empty"
103
- exit 1
+ echo "DOCKER_USERNAME is empty, exiting"
+ exit 0
104
105
106
if [[ -z $DOCKER_PASSWORD ]]; then
107
- echo "DOCKER_PASSWORD is empty"
108
+ echo "DOCKER_PASSWORD is empty, exiting"
109
110
111
# Publish the image to Docker hub.
0 commit comments