diff --git a/ci/README.adoc b/ci/README.adoc index e9048db..e9e2c90 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -29,21 +29,13 @@ With this in place, run the following `fly` commands to create pipelines: ---- % fly -t spring-team sp -p spring-session-data-mongodb -c ci/pipeline-template.yml -l credentials.yml -v branch=master -v release-branch=release -% fly -t spring-team sp -p spring-session-data-mongodb-2.0.x -c ci/pipeline-template.yml -l credentials.yml -v branch=2.0.x -v release-branch=release-2.0.x ---- -This creates pipelines for: - -* Spring Session for MongoDB `master` branch -* Spring Session for MongoDB `2.0.x` branch - -With these pipelines in place, you can now activate and expose them: +With this pipeline in place, you can now activate and expose it: ---- % fly -t spring-team unpause-pipeline -p spring-session-data-mongodb % fly -t spring-team expose-pipeline -p spring-session-data-mongodb -% fly -t spring-team unpause-pipeline -p spring-session-data-mongodb-2.0.x -% fly -t spring-team expose-pipeline -p spring-session-data-mongodb-2.x ---- === Making a release