Skip to content

Commit

Permalink
ruby: check for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Feb 7, 2024
1 parent 3d9ffba commit d2ee0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/ruby-test-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pipeline {
filter: 'couchbase-*-x86_64-linux.gem,scripts-and-tests.tar.xz'
)
sh("tar xvf scripts-and-tests.tar.xz")
sh("bin/jenkins/install-dependencies.sh")
sh("bin/jenkins/test-with-cbdyncluster ./couchbase-*.gem")
}
}
Expand Down

0 comments on commit d2ee0e4

Please sign in to comment.