Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#
# To resolve https://github.com/wercker/support/issues/125
# At first, this script tries to run `bundle install` using cache.
# If it fails, run again after cleaning up cache.
#
# Usage:
# script/ci-bundle-install
#