Commit f7412303 authored by Andy Wilkinson's avatar Andy Wilkinson

Start Docker before running a staging build

Closes gh-26130
parent e8eb68a4
...@@ -14,4 +14,10 @@ params: ...@@ -14,4 +14,10 @@ params:
caches: caches:
- path: gradle - path: gradle
run: 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment