Skip to content

Commit 9a17e8f

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 2b3b9ab commit 9a17e8f

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
@@ -6,6 +6,6 @@
66

77
echo "Logged into Jenkins CI as user [$USER] with home directory [$HOME] in the current working directory [$PWD]"
88
chown -R 1001:1001 .
9-
echo "Logging into Docker..."
10-
docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
9+
#echo "Logging into Docker..."
10+
#docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
1111
exit 0

0 commit comments

Comments
 (0)