jenkins.sh in vcloud-edge_gateway-0.5.0 vs jenkins.sh in vcloud-edge_gateway-1.0.0

- old
+ new

@@ -1,8 +1,15 @@ #!/bin/bash -x set -e + +git clean -ffdx bundle install --path "${HOME}/bundles/${JOB_NAME}" bundle exec rake + +# 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 bundle exec rake publish_gem