Skip to content

Commit

Permalink
Merge pull request #659 from kubevirt-bot/cherry-pick-658-to-release-…
Browse files Browse the repository at this point in the history
…v0.32

[release-v0.32] fix(makefile): Re-add missing generate target
  • Loading branch information
kubevirt-bot authored Dec 10, 2024
2 parents c48271a + efd5878 commit c2ff7b2
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 @@ -14,7 +14,7 @@ export REVISION=$(shell ./revision.sh)

dist/templates/%.yaml: generate

dist/common-templates.yaml:
dist/common-templates.yaml: generate
echo -n "# Version " > dist/common-templates.yaml;
git describe --always --tags HEAD >> dist/common-templates.yaml;
echo -n "# Version " > dist/common-templates-amd64.yaml;
Expand Down

0 comments on commit c2ff7b2

Please sign in to comment.