mirror of
https://github.com/containers/skopeo.git
synced 2025-09-27 13:13:52 +00:00
Don't use hack/make.sh for validate-git-marks
hack/make.sh now does not make a difference, so simplify. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -223,7 +223,7 @@ test-all-local: validate-local validate-docs test-unit-local
|
||||
|
||||
.PHONY: validate-local
|
||||
validate-local:
|
||||
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks
|
||||
hack/validate-git-marks.sh
|
||||
hack/validate-gofmt.sh
|
||||
hack/validate-lint.sh
|
||||
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
||||
|
@@ -36,5 +36,5 @@ else
|
||||
echo 'Please fix the conflict(s) commit the result.'
|
||||
echo
|
||||
} >&2
|
||||
false
|
||||
exit 1
|
||||
fi
|
Reference in New Issue
Block a user