Skip to content

Commit c17ca80

Browse files
committed
Update readme for new example repositories
1 parent 2fb244d commit c17ca80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ 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/mnuttall/gitops-repo-testing
54-
- Copy https://github.com/mnuttall/staging
53+
- Copy https://github.com/rhd-gitops-example/gitops-example-dev
54+
- Copy https://github.com/rhd-gitops-example/gitops-example-staging
5555
- Build the code: `go build ./cmd/services`
5656
- export GITHUB_TOKEN=[your token]
5757
- Substitute your repository URLs for those in square brackets:
5858

5959
```shell
60-
./services promote --from [https://github.com/mnuttall/gitops-repo-testing] --to [https://github.com/mnuttall/staging] --service service-a`
60+
./services promote --from [url.to.dev] --to [url.to.staging] --service service-a`
6161
```
6262

6363
At a high level the services command currently:

0 commit comments

Comments
 (0)