Skip to content

Commit

Permalink
fix(makefile): Re-add missing generate target
Browse files Browse the repository at this point in the history
Re-add the missing generate target to the dist/common-templates.yaml
target.

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

Please sign in to comment.