From c95fbcb3ddeaad6152b61ca53e06f7cc219a70b3 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Thu, 13 May 2021 11:36:19 +0200 Subject: [PATCH] Invoking actual bootstrap logic --- ci/docker/compose-web/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/compose-web/bootstrap.sh b/ci/docker/compose-web/bootstrap.sh index 4e952ffd23..cabaccf1a0 100644 --- a/ci/docker/compose-web/bootstrap.sh +++ b/ci/docker/compose-web/bootstrap.sh @@ -15,7 +15,7 @@ function bootstrap() { if [ ! -e /tmp/init ]; then touch /tmp/init echo "bootstrapping" - sleep 10 + bootstrap else echo "not bootstrapping, all done" fi