Start Docker before running a staging build
Closes gh-26130
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user