#!/bin/bash -x set -e bundle install --path "${HOME}/bundles/${JOB_NAME}" # commented out for now as there are no unit tests # and rake aefault is currently integration test # bundle exec rake ./scripts/generate_fog_conf_file.sh export FOG_RC=fog_integration_test.config bundle exec rake integration rm fog_integration_test.config bundle exec rake publish_gem