Skip to content

Commit

Permalink
add render
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed May 31, 2024
1 parent 5a83355 commit 82cf2e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@ jobs:
echo "-----"
cat veneer/everest-operator.yaml
fi
curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/latest/download/${OS}-${ARCH}-opm
chmod +x /tmp/opm
/tmp/opm alpha render-template basic -o yaml < veneer/everest-operator.yaml > catalog/everest-operator/catalog.yaml
# Check if veneer has the new version listed
if ! grep -q "$VERSION$" catalog/everest-operator/catalog.yaml; then
echo "catalog/everest-operator/catalog.yaml does not include the version $VERSION"
Expand Down

0 comments on commit 82cf2e7

Please sign in to comment.