mirror of
https://github.com/containers/skopeo.git
synced 2025-05-07 23:46:46 +00:00
Don't use hack/make.sh for validate-vet
hack/make.sh now does not make a difference, so simplify. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
225f239a69
commit
43090b2917
3
Makefile
3
Makefile
@ -223,7 +223,8 @@ test-all-local: validate-local validate-docs test-unit-local
|
||||
|
||||
.PHONY: validate-local
|
||||
validate-local:
|
||||
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks validate-gofmt validate-lint validate-vet
|
||||
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks validate-gofmt validate-lint
|
||||
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
||||
|
||||
# This invokes bin/skopeo, hence cannot be run as part of validate-local
|
||||
.PHONY: validate-docs
|
||||
|
@ -12,5 +12,5 @@ else
|
||||
echo 'Please fix the above errors. You can test via "go vet" and commit the result.'
|
||||
echo
|
||||
} >&2
|
||||
false
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user