jenkins_integration_tests.sh in vcloud-launcher-0.0.5 vs jenkins_integration_tests.sh in vcloud-launcher-0.1.0

- old
+ new

@@ -1,4 +1,13 @@ #!/bin/bash -x set -e + +git clean -ffdx + bundle install --path "${HOME}/bundles/${JOB_NAME}" + +# Obtain the integration test parameters +git clone git@github.gds:gds/vcloud-tools-testing-config.git +mv vcloud-tools-testing-config/vcloud_tools_testing_config.yaml spec/integration/ +rm -rf vcloud-tools-testing-config + RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration:all