Skip to content

Commit

Permalink
👻 remove vet from running inside the docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Hurley <[email protected]>
  • Loading branch information
shawn-hurley committed Jul 3, 2024
1 parent ae3cb7d commit 28a2b88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ podman-build:
debug: generate fmt vet
go build -gcflags=all="-N -l" $(BUILD)

<<<<<<< Updated upstream
docker: vet
go build $(BUILD)
=======
docker:
go build ${BUILD}
>>>>>>> Stashed changes

# Run against the configured Kubernetes cluster in ~/.kube/config
run: fmt vet
Expand Down

0 comments on commit 28a2b88

Please sign in to comment.