File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ SHELL = /usr/bin/env bash -o pipefail
32
32
.SHELLFLAGS = -ec
33
33
34
34
.PHONY : all
35
- all : build
35
+ all : lint test build
36
36
37
37
# #@ General
38
38
@@ -116,7 +116,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
116
116
go run ./main.go --log-level debug
117
117
118
118
.PHONY : docker-build
119
- docker-build : test # # Build docker image with the manager.
119
+ docker-build : # # Build docker image with the manager.
120
120
docker buildx build --secret id=netrc,src=.netrc -t ${IMG} $(DOCKER_BUILD_ARGS ) $(DOCKER_BUILD_LABELS ) .
121
121
122
122
.PHONY : docker-push
@@ -235,4 +235,4 @@ e2e-clean:
235
235
flux uninstall --silent
236
236
ifneq ($(CI ) , true)
237
237
kind delete cluster --name=pipeline-controller
238
- endif
238
+ endif
You can’t perform that action at this time.
0 commit comments