Skip to content

Commit

Permalink
use fixed opm version in checks
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jul 12, 2024
1 parent f8142bf commit c2eaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check default main state - generated files
run: |
echo "Download opm tool"
curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/latest/download/linux-amd64-opm
curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/v1.44.0/download/linux-amd64-opm
chmod +x /tmp/opm
echo "Render catalog"
/tmp/opm alpha render-template basic -o yaml ./veneer/everest-operator.yaml > ./catalog/everest-operator/catalog.yaml
Expand Down

0 comments on commit c2eaa2c

Please sign in to comment.