Merge branch '3.0.x'

Closes gh-35219
This commit is contained in:
Andy Wilkinson 2023-05-01 20:43:38 +01:00
commit 3287e61cd0

View File

@ -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