File tree Expand file tree Collapse file tree 5 files changed +3
-275
lines changed Expand file tree Collapse file tree 5 files changed +3
-275
lines changed Original file line number Diff line number Diff line change 6
6
7
7
builds :
8
8
- id : kubectl-envsubst
9
- main : ./cmd/kubectl-envsubst.go
9
+ main : ./cmd/kubectl-envsubst
10
10
binary : kubectl-envsubst
11
11
ldflags :
12
12
- -s -w
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ all: build
13
13
# Build the binary (GOARCH=amd64 GOOS=linux; -o $(BINARY))
14
14
.PHONY : build
15
15
build : $(SOURCES )
16
- CGO_ENABLED=0 go build -ldflags=" -s -w" ./cmd/$( BINARY ) .go
16
+ CGO_ENABLED=0 go build -ldflags=" -s -w" ./cmd/kubectl-envsubst
17
17
18
18
# Install the binary to /usr/local/bin
19
19
.PHONY : install
@@ -47,7 +47,7 @@ kind-teardown:
47
47
.PHONY : test-integration
48
48
test-integration : install kind-setup
49
49
KUBECTL_ENVSUBST_INTEGRATION_TESTS_AVAILABLE=0xcafebabe go test -v integration/* .go
50
- KUBECTL_ENVSUBST_INTEGRATION_TESTS_AVAILABLE=0xcafebabe go test -v cmd/app /* .go
50
+ KUBECTL_ENVSUBST_INTEGRATION_TESTS_AVAILABLE=0xcafebabe go test -v cmd/kubectl-envsubst /* .go
51
51
$(MAKE ) kind-teardown
52
52
53
53
# Lint the code
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments