Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ubuntu/bionic64/ruby-driver bionic image on jenkins #251

Merged
merged 4 commits into from
Aug 7, 2018

Conversation

tolbertam
Copy link
Contributor

Work in progress, need to make sure everything runs cleanly

build.yaml Outdated
ruby_version=`ruby --version`
if [[ `ruby --version` == jruby* ]]; then
# Remove gemfile lock for jruby as build is different
rm Gemfile.lock
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't required for older versions of bundler, but for new versions presence of Gemfile.lock causes bundle install to fail with jruby as the generated version is different (3.2.3.rc.1-java instead of 3.2.3.rc.1) for example.

@tolbertam tolbertam merged commit c028d4c into master Aug 7, 2018
@tolbertam tolbertam deleted the use-bionic-image branch August 7, 2018 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant