Skip to content

Commit

Permalink
Fix Makefile - remove duplicate target
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed Aug 29, 2021
1 parent 80d2203 commit 1b01a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local-build-static:
docker-test:
docker run -t -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform golang:1.17 make local-test

docker-build-static:
docker-build:
docker run -t -v $$PWD:/go/src/github.com/yannh/kubeconform -w /go/src/github.com/yannh/kubeconform golang:1.17 make local-build

docker-build-static:
Expand Down

0 comments on commit 1b01a42

Please sign in to comment.