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

Version Path
conjur-cli-6.2.6 ci/cli-test.sh
conjur-cli-6.2.5 ci/cli-test.sh
conjur-cli-6.2.4 ci/cli-test.sh
conjur-cli-6.2.3 ci/cli-test.sh
conjur-cli-6.2.2 ci/cli-test.sh
conjur-cli-6.2.1 ci/cli-test.sh