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

Commit

Permalink
Move cmd/fluxctl/install to install/
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 25, 2019
1 parent 974d203 commit 4e3ba8a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ $(GOBIN)/helm-operator: $(HELM_OPERATOR_DEPS)
integration-test: all
test/bin/test-flux

cmd/fluxctl/install/generated_templates.gogen.go: cmd/fluxctl/install/templates/* cmd/fluxctl/install/generate.go
cd cmd/fluxctl/install && go run generate.go
install/generated_templates.gogen.go: install/templates/*
cd install && go run generate.go

check-generated: cmd/fluxctl/install/generated_templates.gogen.go
check-generated: install/generated_templates.gogen.go
./bin/helm/update_codegen.sh
git diff --exit-code -- integrations/apis intergrations/client cmd/fluxctl/install/generated_templates.gogen.go
git diff --exit-code -- integrations/apis intergrations/client install/generated_templates.gogen.go

2 changes: 1 addition & 1 deletion cmd/fluxctl/install_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/spf13/cobra"

"github.com/weaveworks/flux/cmd/fluxctl/install"
"github.com/weaveworks/flux/install"
)

type installOpts install.TemplateParameters
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit 4e3ba8a

Please sign in to comment.