From 598d717b69be970140834d673c550a6a01d6d14b Mon Sep 17 00:00:00 2001 From: "M. Oleske" Date: Fri, 25 Aug 2023 10:55:13 -0700 Subject: [PATCH] Add use latest ruby-buildpack for when we test with older cf-deployments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cristhian Peña --- ci/infrastructure/operations/use-latest-ruby-buildpack.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ci/infrastructure/operations/use-latest-ruby-buildpack.yml diff --git a/ci/infrastructure/operations/use-latest-ruby-buildpack.yml b/ci/infrastructure/operations/use-latest-ruby-buildpack.yml new file mode 100644 index 000000000..dd7fdef2b --- /dev/null +++ b/ci/infrastructure/operations/use-latest-ruby-buildpack.yml @@ -0,0 +1,7 @@ +--- +- type: replace + path: /releases/name=ruby-buildpack + value: + name: ruby-buildpack + version: latest + url: https://bosh.io/d/github.com/cloudfoundry/ruby-buildpack-release