From e9a359f873aacbc788ea0f9b63f8b28382dd2c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 15 Feb 2024 10:08:19 +0100 Subject: [PATCH] Fix pipeline reference --- ci/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.adoc b/ci/README.adoc index 9ff0d5b1e86c..829fe5d17b51 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -51,7 +51,7 @@ The pipeline can be deployed using the following command: [source] ---- -$ fly -t spring set-pipeline -p spring-framework-6.0.x -c ci/pipeline.yml -l ci/parameters.yml +$ fly -t spring set-pipeline -p spring-framework-6.1.x -c ci/pipeline.yml -l ci/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate secrets.