Sha256: d3a12be4c0946ac07b00964646c5194ec9e137fb7f2b98eb008c0a4d97ff59db
Contents?: true
Size: 376 Bytes
Versions: 7
Compression:
Stored size: 376 Bytes
Contents
#!/bin/bash set -evx # Don't run acceptance tests on forks. The decryption keys are not available. if [ "${CHEF_ACCEPTANCE}" = "true" ] && [[ $encrypted_e2edbb28e76c_key ]]; then # setup acceptance tests cd acceptance export BUNDLE_GEMFILE=$PWD/Gemfile bundle install # run acceptances tests and force cleanup bundle exec chef-acceptance test --force-destroy fi
Version data entries
7 entries across 7 versions & 1 rubygems