Skip to content

Commit

Permalink
Bundle: Should not clean other gems while installing (tensorflow#471)
Browse files Browse the repository at this point in the history
Currently, make-website.sh while installing dependencies tries to clean the gems which are not part of bundle, for which it throws a warning. This PR removes the flag and thereby, suppresses the warning.
  • Loading branch information
manrajgrover authored and dsmilkov committed Jan 2, 2018
1 parent a19478a commit 767c845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ if ! [ -x "$(command -v bundle)" ]; then
gem install bundler
fi

bundle install --clean
bundle install
bundle exec jekyll serve

0 comments on commit 767c845

Please sign in to comment.