Try removing all cached gems for REE before bundle installing on CI
This commit is contained in:
parent
a8d6fcd952
commit
9a618d4dc0
1 changed files with 2 additions and 0 deletions
2
ci.sh
2
ci.sh
|
|
@ -8,5 +8,7 @@ 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 &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@global/cache &&
|
||||
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02/cache &&
|
||||
bundle install &&
|
||||
bundle exec rake cruise
|
||||
|
|
|
|||
Loading…
Reference in a new issue