Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
build: regenerate generated_templates.gogen.go
Browse files Browse the repository at this point in the history
The CI had a blind spot for changes made both to the template files
and deploy/ files while the generated_templates.gogen.go was not
generated. This has also been fixed.
  • Loading branch information
hiddeco committed Mar 27, 2020
1 parent 61be22b commit 6de6423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $(GENERATED_TEMPLATES_FILE): pkg/install/templates/*.tmpl pkg/install/generate.g
cd ./pkg/install && go generate .

check-generated: generate-deploy
git diff --exit-code -- deploy/
git diff --exit-code -- deploy/ pkg/install/

build-fluxctl: release-bins
mkdir -p ./build/docker/fluxctl
Expand Down
Loading

0 comments on commit 6de6423

Please sign in to comment.