Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
just: use released artifacts for demodir
When demoing Contrast, we usually want a stable software version with a minimum amount of surprises, so we would like to use the released binary and coordinator YAML for that. This commit adds a script that downloads the artifacts, which is a bit complicated because of visibility restrictions, and modifies the just target to use this script. We're deliberately hardcoding the namespace into the demodir recipe, instead of reading it from the copied YAML, because we're going to switch to resourcegen eventually, which will make the demodir recipe decide the namespace. At that point, we can just pass the namespace to the new script and resourcegen.
- Loading branch information