mirror of
https://github.com/containers/skopeo.git
synced 2025-09-28 21:46:48 +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
|
.PHONY: validate-local
|
||||||
validate-local:
|
validate-local:
|
||||||
BUILDTAGS="${BUILDTAGS}" hack/make.sh validate-git-marks
|
hack/validate-git-marks.sh
|
||||||
hack/validate-gofmt.sh
|
hack/validate-gofmt.sh
|
||||||
hack/validate-lint.sh
|
hack/validate-lint.sh
|
||||||
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
BUILDTAGS="${BUILDTAGS}" hack/validate-vet.sh
|
||||||
|
@@ -36,5 +36,5 @@ else
|
|||||||
echo 'Please fix the conflict(s) commit the result.'
|
echo 'Please fix the conflict(s) commit the result.'
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
false
|
exit 1
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user