Fixes man build on release

pull/667/head
sobolevn 3 years ago
parent 5b5b353d4c
commit d49ad2a013
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -123,7 +123,7 @@ docs: build-docs
#
.PHONY: build-release
build-release: clean build
build-release: clean build-man
@[ -z "${SECRETS_RELEASE_TYPE}" ] \
&& echo 'SECRETS_RELEASE_TYPE is unset' && exit 1 || true
docker build \

Loading…
Cancel
Save