Skip to content

Commit

Permalink
Merge pull request #658 from 0xFelix/fix-dist-common-templates
Browse files Browse the repository at this point in the history
fix(makefile): Re-add missing generate target

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix authored Dec 10, 2024
2 parents 0f04680 + 16283ae commit cb52a11
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 cb52a11

Please sign in to comment.