annotate extra/soundsoftware/scripted-deploy/vagrant/provision.d/060-bundler.sh @ 1583:0dcd4f8c2b8a dockerise

Small update, commit Gemfile.lock
author Chris Cannam
date Wed, 16 Aug 2017 12:29:01 +0100
parents ae8043b014c7
children
rev   line source
Chris@1577 1 #!/bin/bash
Chris@1577 2
Chris@1577 3 set -e
Chris@1577 4
Chris@1577 5 cd /var/www/code
Chris@1577 6 gem install bundler
Chris@1577 7 bundle install
Chris@1577 8