Skip to content

Commit

Permalink
ci: skip installing documentation during gem-install-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 31, 2021
1 parent ac3b4cc commit 8d738a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/tasks/gem-test/gem-install-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pushd gems

gemfile=$(ls *.gem | head -n1)
sha256sum ${gemfile}
gem install ${gemfile}
gem install --no-document ${gemfile}
gem list -d nokogiri
nokogiri -v

Expand Down

0 comments on commit 8d738a2

Please sign in to comment.