Browse Source

Invoking actual bootstrap logic

non-interactive-preview-wip
Shagen Ogandzhanian 4 years ago
parent
commit
c95fbcb3dd
  1. 2
      ci/docker/compose-web/bootstrap.sh

2
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

Loading…
Cancel
Save