mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-18 04:33:16 +08:00
Initiate 0.10.x branch
This commit is contained in:
parent
66c3721e18
commit
f9438389fa
@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
|
|||||||
|
|
||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
$ fly -t initializr set-pipeline -p initializr -c ci/pipeline.yml -l ci/parameters.yml
|
$ fly -t initializr set-pipeline -p initializr-0.10.x -c ci/pipeline.yml -l ci/parameters.yml
|
||||||
----
|
----
|
||||||
|
|
||||||
NOTE: This assumes that you have credhub integration configured with the appropriate
|
NOTE: This assumes that you have credhub integration configured with the appropriate
|
||||||
|
@ -2,7 +2,7 @@ github-repo: "https://github.com/spring-io/initializr.git"
|
|||||||
github-repo-name: "spring-io/initializr"
|
github-repo-name: "spring-io/initializr"
|
||||||
docker-hub-organization: "springci"
|
docker-hub-organization: "springci"
|
||||||
artifactory-server: "https://repo.spring.io"
|
artifactory-server: "https://repo.spring.io"
|
||||||
branch: "master"
|
branch: "0.10.x"
|
||||||
milestone: "0.10.x"
|
milestone: "0.10.x"
|
||||||
build-name: "initializr"
|
build-name: "initializr"
|
||||||
concourse-url: "https://ci.spring.io"
|
concourse-url: "https://ci.spring.io"
|
||||||
|
Loading…
Reference in New Issue
Block a user