mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-03-15 15:15:35 +07:00
update
This commit is contained in:
parent
7237251294
commit
fc915ebda5
5
Makefile
5
Makefile
@ -13,9 +13,8 @@ CUR_TAG ?= $(shell git describe --tags --match '*.*.*' | sort -V | tail -n1)
|
||||
PREV_TAG ?= $(shell git describe --tags --match '*.*.*' | sort -V | head -n2 | tail -n1)
|
||||
ARCHIVE_PATH=buildzip
|
||||
PACKAGE_NAME=$(OS)-$(ARCHITECHTURE)-nextzenos-user-service-$(TAG)
|
||||
TAG_MESSAGE ?= ""
|
||||
GIT_MESSAGE_FILE := commit.txt
|
||||
GIT_COMMIT_MESSAGE ?=$(shell cat ${file})
|
||||
|
||||
GIT_COMMIT_MESSAGE ?="update"
|
||||
build_service:
|
||||
$(GORELEASERBUILD) --clean --snapshot -f .goreleaser.debug.yaml --id $(SERVICE)-$(ARCHITECHTURE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user