Skip to content

Commit a51edec

Browse files
committed
Use DockerHub mirror when running system tests
See gh-31072
1 parent f6b095b commit a51edec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/tasks/run-system-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ params:
1313
GRADLE_ENTERPRISE_CACHE_USERNAME:
1414
GRADLE_ENTERPRISE_CACHE_PASSWORD:
1515
GRADLE_ENTERPRISE_URL: https://ge.spring.io
16+
DOCKER_HUB_MIRROR:
1617
run:
1718
path: bash
1819
args:
1920
- -ec
2021
- |
2122
source /docker-lib.sh
22-
start_docker
23+
start_docker $DOCKER_HUB_MIRROR
2324
${PWD}/git-repo/ci/scripts/run-system-tests.sh

0 commit comments

Comments
 (0)