#!/bin/sh set -e ruby -v gem install bundler --conservative -v '~> 2.0' git submodule update --init bundle install echo ["$(date "+%H:%M:%S")"] "==> Compiling…" bin/compile echo ["$(date "+%H:%M:%S")"] "==> Pulling cache…" bin/run pull