Sha256: 8c191066cafe03a433074dbe400d0cf3e2a1b52c95fc4bcd9bc959bc01aa5f83
Contents?: true
Size: 405 Bytes
Versions: 6
Compression:
Stored size: 405 Bytes
Contents
#!/bin/bash -ex # This can run with mounted source directory which is used in different Ruby versions. # Since library support is different for different versions, clear out the lock to # make sure full gem resolution runs each time. rm -f Gemfile.lock bundle install # If we got passed arguments, run that as the test command. Otherwise, run the full suite of tests. exec ${@-bundle exec rake jenkins}
Version data entries
6 entries across 6 versions & 1 rubygems