#!/bin/bash set -euo pipefail IFS=$'\n\t' bundle install --jobs=3 --retry=3 # Do any other automated setup that you need to do here