This commit is contained in:
HoneyryderChuck 2018-02-18 14:17:13 +00:00
parent 2ff94fd708
commit bc6f3ea85b

View File

@ -1,6 +1,9 @@
#!/bin/sh
apk update && apk upgrade
apk add --no-cache g++ make git bash
cd /home && touch Gemfile.lock && rm Gemfile.lock && bundle install && bundle exec rake test:ci
cd /home && touch Gemfile.lock && \
rm Gemfile.lock && \
bundle install && \
bundle exec rake test:ci