Skip to content

Commit

Permalink
build: remove artifacthub-pkg.yml dependency when annotating a policy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Sep 18, 2023
1 parent 2e07df3 commit cb60e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ artifacthub-pkg.yml: metadata.yml Cargo.toml
kwctl scaffold artifacthub --metadata-path metadata.yml --version $(VERSION) \
--questions-path questions-ui.yml --output artifacthub-pkg.yml

annotated-policy.wasm: policy.wasm metadata.yml artifacthub-pkg.yml
annotated-policy.wasm: policy.wasm metadata.yml
kwctl annotate -m metadata.yml -u README.md -o annotated-policy.wasm policy.wasm

.PHONY: fmt
Expand Down

0 comments on commit cb60e7a

Please sign in to comment.