Our CI server runs bundle install already. Don't need to do it in script/cibuild.
This commit is contained in:
parent
76ad86667b
commit
5cfbeeb5d9
|
@ -1,5 +1,4 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
script/branding
|
script/branding
|
||||||
script/bootstrap > /dev/null 2>&1
|
|
||||||
bundle exec rake
|
bundle exec rake
|
||||||
|
|
Loading…
Reference in New Issue