File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ go test ./pkg/git -run TestCopyServiceWithFailureCopying
5050
5151This 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
6363At a high level the services command currently:
You can’t perform that action at this time.
0 commit comments