#!/bin/bash -x set -e rm -f Gemfile.lock git clean -fdx bundle install --path "${HOME}/bundles/${JOB_NAME}" bundle exec rake ./scripts/generate_fog_conf_file.sh export FOG_RC=fog_integration_test.config bundle exec rake integration_test rm fog_integration_test.config bundle exec rake publish_gem