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 if [ ! -e /tmp/init ]; then
touch /tmp/init touch /tmp/init
echo "bootstrapping" echo "bootstrapping"
sleep 10 bootstrap
else else
echo "not bootstrapping, all done" echo "not bootstrapping, all done"
fi fi

Loading…
Cancel
Save