From f74123038a758b964074f6e822c61e45836b2d71 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Apr 2021 09:08:15 +0100 Subject: [PATCH] Start Docker before running a staging build Closes gh-26130 --- ci/tasks/stage.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/tasks/stage.yml b/ci/tasks/stage.yml index be41bb3e31..b935232b69 100644 --- a/ci/tasks/stage.yml +++ b/ci/tasks/stage.yml @@ -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