remove gem cache before bundle install on ci
This commit is contained in:
parent
1de4976915
commit
a8d6fcd952
1 changed files with 1 additions and 0 deletions
1
ci.sh
1
ci.sh
|
|
@ -7,5 +7,6 @@ echo "" &&
|
|||
rm -f Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ree@diaspora --create &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@diaspora/cache &&
|
||||
bundle install &&
|
||||
bundle exec rake cruise
|
||||
|
|
|
|||
Loading…
Reference in a new issue