Browse Source

Merge branch '2.7.x' into 3.0.x

Closes gh-35218
pull/35611/head
Andy Wilkinson 3 years ago
parent
commit
c7cbdd9b0a
  1. 4
      ci/tasks/run-system-tests.yml

4
ci/tasks/run-system-tests.yml

@ -20,6 +20,10 @@ run: @@ -20,6 +20,10 @@ run:
args:
- -ec
- |
mkdir -p /root/.docker
cat > /root/.docker/config.json <<EOF
{ "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
EOF
source /docker-lib.sh
start_docker $DOCKER_HUB_MIRROR
${PWD}/git-repo/ci/scripts/run-system-tests.sh

Loading…
Cancel
Save