Skip to content

Commit

Permalink
Use ubuntu/bionic64/ruby-driver bionic image on jenkins (#251)
Browse files Browse the repository at this point in the history
* Use ubuntu/bionic64/ruby-driver bionic image on jenkins
* Substitute '-java' in version name for jruby
  • Loading branch information
tolbertam authored Aug 7, 2018
1 parent ad3eaa7 commit c028d4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ cassandra:
- 3.0
- '3.11'
os:
- ubuntu/trusty64
- ubuntu/bionic64/ruby-driver
build:
- script: |
ruby_version=`ruby --version`
if [[ `ruby --version` == jruby* ]]; then
# Add '-java' to version as that is included in version name when using jruby
sed -i -r 's/cassandra-driver \((.*)\)/cassandra-driver (\1-java)/' Gemfile.lock
fi
- type: bundler
without: development docs
- script: |
Expand Down

0 comments on commit c028d4c

Please sign in to comment.