Skip to content

Commit fec3986

Browse files
README changes (#44)
1 parent 03ef591 commit fec3986

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ go test ./pkg/git -run TestCopyServiceWithFailureCopying
5050

5151
This section is temporary. To create a sample promotion Pull Request, until https://github.com/rhd-gitops-example/services/issues/8 is done:
5252

53-
- Copy https://github.com/rhd-gitops-example/gitops-example-dev
54-
- Copy https://github.com/rhd-gitops-example/gitops-example-staging
55-
- Build the code: `go build ./cmd/services`
53+
- Fork the repository https://github.com/rhd-gitops-example/gitops-example-dev
54+
- Fork the repository https://github.com/rhd-gitops-example/gitops-example-staging
55+
- Inside the services folder build the code: `go build ./cmd/services`
5656
- export GITHUB_TOKEN=[your token]
5757
- Substitute your repository URLs for those in square brackets:
5858

@@ -63,7 +63,7 @@ This section is temporary. To create a sample promotion Pull Request, until http
6363
At a high level the services command currently:
6464

6565
- git clones the source and target repositories into ~/.promotion/cache
66-
- creates a branch (as per the given --branch-name)
66+
- creates a branch
6767
- checks out the branch
6868
- copies the relevant files from the cloned source into the cloned target
6969
- pushes the cloned target
@@ -72,7 +72,6 @@ At a high level the services command currently:
7272
## Important notes:
7373

7474
- We need to remove the local cache between requests. See https://github.com/rhd-gitops-example/services/issues/20. Until then, add `rm -rf ~/.promotion/cache; ` before subsequent requests.
75-
- New pull requests need new branches (i.e you cannot run the same command twice). Add `--branch [unique branch name]` before submitting further promotion PRs. See https://github.com/rhd-gitops-example/services/issues/21.
7675
- See https://github.com/rhd-gitops-example/services/issues/19 for an issue related to problems 'promoting' config from a source repo into a gitops repo.
7776

7877
## Release process

0 commit comments

Comments
 (0)