You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a mongodb service operator, in order to run smoke tests in a CF deployment which does not have internet access to pull ruby gems dependencies, I need an offline release of the app
A travis-ci / circle-ci build which executes bundle package --all and uploads the resulting release to github
As a mongodb service operator, in order to run smoke tests in a CF deployment which does not have internet access to pull ruby gems dependencies, I need an offline release of the app
A travis-ci / circle-ci build which executes
bundle package --all
and uploads the resulting release to githubSee more details about Vendor App Dependencies in https://docs.cloudfoundry.org/buildpacks/ruby/index.html#vendoring
See inspiration into https://github.com/orange-cloudfoundry/admin-ui-configurer/blob/master/.travis.yml
The text was updated successfully, but these errors were encountered: