Skip to content

Commit

Permalink
adjust makefile and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ostempel committed Nov 6, 2024
1 parent f50a701 commit 43fd5cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 246 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ helm
.vscode
hack/tools/bin/*
bin
.ci/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ check-generate:

.PHONY: generate
generate: $(VGOPATH) $(HELM) $(YQ)
echo $(shell git describe --abbrev=0 --tags) > VERSION
@REPO_ROOT=$(REPO_ROOT) VGOPATH=$(VGOPATH) GARDENER_HACK_DIR=$(GARDENER_HACK_DIR) bash $(GARDENER_HACK_DIR)/generate-sequential.sh ./charts/... ./cmd/... ./pkg/...

.PHONY: generate-in-docker
Expand Down
3 changes: 0 additions & 3 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ rm -f $GOPATH/bin/*-gen

PROJECT_ROOT=$(dirname $0)/..

echo $GARDENER_HACK_DIR
echo $CODE_GEN_DIR

git config --global --add safe.directory /go/src/github.com/metal-stack/gardener-extension-audit

bash "${CODE_GEN_DIR}/generate-internal-groups.sh" \
Expand Down
243 changes: 0 additions & 243 deletions pkg/apis/audit/v1alpha1/zz_generated.conversion.go

This file was deleted.

0 comments on commit 43fd5cf

Please sign in to comment.