Skip to content

Commit af1609e

Browse files
committed
SWS-1055 - Polishing.
1 parent e675fc9 commit af1609e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ WARNING: Do NOT check this file into source control! If you'll check, `credentia
2727
With this in place, run the following `fly` commands to create pipelines:
2828

2929
----
30-
% fly -t spring-team sp -p spring-ws -c ci/pipeline-template.yml -l credentials.yml -v branch=master -v release-branch=release
30+
% fly -t spring-team sp -p spring-ws-2.x -c ci/pipeline-template.yml -l credentials.yml -v branch=2.x -v release-branch=release-2.x
3131
----
3232

3333
With these pipelines in place, you can now activate and expose them:
3434

3535
----
36-
% fly -t spring-team unpause-pipeline -p spring-ws
37-
% fly -t spring-team expose-pipeline -p spring-ws
36+
% fly -t spring-team unpause-pipeline -p spring-ws-2.x
37+
% fly -t spring-team expose-pipeline -p spring-ws-2.x
3838
----
3939

4040
=== Making a release
@@ -46,9 +46,9 @@ With these pipelines in place, you can now activate and expose them:
4646

4747
2. With the release tagged, push the tagged version to the release branch.
4848
----
49-
% git checkout -b release
49+
% git checkout -b release-2.x
5050
% git reset --hard <tag>
51-
% git push -f origin release
51+
% git push -f origin release-2.x
5252
----
5353

5454
NOTE: You can chain the previous set of commands together using `&&`.

0 commit comments

Comments
 (0)