jenkins.sh in vcloud-walker-3.2.1 vs jenkins.sh in vcloud-walker-3.2.2
- old
+ new
@@ -5,11 +5,8 @@
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
+RUBYOPT="-r ./tools/fog_credentials" bundle exec rake integration_test
bundle exec rake publish_gem