Polishing.

This commit is contained in:
Greg Turnquist
2019-02-23 13:36:58 -06:00
parent d9f41b4817
commit e0de59c4d5

View File

@@ -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