jenkins.sh in vcloud-edge_gateway-0.2.3 vs jenkins.sh in vcloud-edge_gateway-0.2.4

- old
+ new

@@ -1,11 +1,8 @@ #!/bin/bash -x set -e 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 -rm fog_integration_test.config +RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration bundle exec rake publish_gem