Skip to content

Commit f741230

Browse files
committed
Start Docker before running a staging build
Closes gh-26130
1 parent e8eb68a commit f741230

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci/tasks/stage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ params:
1414
caches:
1515
- path: gradle
1616
run:
17-
path: git-repo/ci/scripts/stage.sh
17+
path: bash
18+
args:
19+
- -ec
20+
- |
21+
source /docker-lib.sh
22+
start_docker
23+
${PWD}/git-repo/ci/scripts/stage.sh

0 commit comments

Comments
 (0)