Skip to content

Commit 4866182

Browse files
cwlbraapiyalibanerjee
authored andcommitted
fixes to make ccng buildable with ruby cnb
[#174523162]
1 parent a0e116c commit 4866182

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Procfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
web: bin/cloud_controller -c /config/cloud_controller_ng.yml
2+
local-worker: bundle exec rake jobs:local
3+
api-worker: bundle exec rake jobs:generic
4+
clock: bundle exec rake clock:start
5+
deployment-updater: bundle exec rake deployment_updater:start
6+
migrate: /bin/bash -c 'bundle exec rake db:wait_for_istio && bundle exec rake db:setup_database && bundle exec rake db:terminate_istio'
7+

buildpack.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mri:
2+
version: 2.5.*

0 commit comments

Comments
 (0)