Skip to content

Commit

Permalink
ci: ensure bundler is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 24, 2020
1 parent 699876a commit aa80d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concourse/tasks/rake-test/task.sh
Expand Up @@ -7,7 +7,7 @@ apt-get install -y cmake

pushd mini_portile

bundle update --bundler
gem install bundler
bundle install
bundle exec rake test

Expand Down

0 comments on commit aa80d49

Please sign in to comment.