Skip to content

Commit a691a6e

Browse files
committed
Merge branch '2.7.x'
2 parents 1238e1f + 036356b commit a691a6e

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)