Switch CI to 0.13.x

This commit is contained in:
Stephane Nicoll
2022-02-11 09:09:33 +01:00
parent a7f68548c5
commit b088e554db
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
----
$ fly -t initializr set-pipeline -p initializr-0.12.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t initializr set-pipeline -p initializr-0.13.x -c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have credhub integration configured with the appropriate

View File

@@ -3,7 +3,7 @@ github-repo-name: "spring-io/initializr"
docker-hub-organization: "springci"
artifactory-server: "https://repo.spring.io"
branch: "main"
milestone: "0.12.x"
milestone: "0.13.x"
build-name: "initializr"
concourse-url: "https://ci.spring.io"
task-timeout: 30m