Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(demo): correct services clone commands
In cca, correct the services clone command syntax to specify the tag using git's --branch option (which also works for tags); it was previously using golang syntax. In psa, add --branch with the psa demo tag; previously, no ref was specified, so the latest would be cloned, potentially causing interop issues with other demo components. Signed-off-by: setrofim <[email protected]>
- Loading branch information