Start Docker before running a staging build

Closes gh-26130
This commit is contained in:
Andy Wilkinson
2021-04-15 09:08:15 +01:00
parent e8eb68a458
commit f74123038a

View File

@@ -14,4 +14,10 @@ params:
caches:
- path: gradle
run:
path: git-repo/ci/scripts/stage.sh
path: bash
args:
- -ec
- |
source /docker-lib.sh
start_docker
${PWD}/git-repo/ci/scripts/stage.sh