mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
Fix Makefile - remove duplicate target
This commit is contained in:
parent
80d2203a5a
commit
1b01a42488
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue