Skip to content

Commit 63ccbb4

Browse files
committed
Disable Docker login.
Explicit Docker login is not required when 1) using the VMW Harbor DockerHub proxy and 2) the project build does not use Testcontainers.
1 parent fb23ebf commit 63ccbb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ chown -R 1001:1001 .
99
mkdir -p /tmp/geode/session/artifacts-gradle-cache
1010
mkdir -p /tmp/geode/session/build-gradle-cache
1111
mkdir -p /tmp/geode/session/docs-gradle-cache
12-
echo "Logging into Docker..."
13-
docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
12+
#echo "Logging into Docker..."
13+
#docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
1414
exit 0

0 commit comments

Comments
 (0)