We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972c98d commit d1df0ccCopy full SHA for d1df0cc
website/docs/automation/gitops/flux/ci.md
@@ -19,6 +19,7 @@ Next, populate the CodeCommit repository with the sources from the public reposi
19
20
```bash
21
$ git clone https://github.com/aws-containers/retail-store-sample-app ~/environment/retail-store-sample-app
22
+$ git -C ~/environment/retail-store-sample-app checkout 0.4.0
23
$ git -C ~/environment/retail-store-sample-codecommit checkout -b main
24
$ cp -R ~/environment/retail-store-sample-app/src ~/environment/retail-store-sample-codecommit
25
```
0 commit comments