Skip to content
Snippets Groups Projects
Commit ad3dc617 authored by Olgun Cengiz's avatar Olgun Cengiz :drum:
Browse files

updated Makefile

parent cdcfd987
No related branches found
No related tags found
2 merge requests!24Devops20 monitoring,!15WIP: Master
......@@ -2,8 +2,8 @@ SERVER_OUT := "bin/server"
PKG := "code.vereign.com/code/key-storage-agent"
SERVER_PKG_BUILD := "${PKG}"
PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/)
BRANCH := $(shell git branch | grep \* | cut -d ' ' -f2)
COMMIT := $(shell git branch | git describe --always --long --dirty)
BRANCH := $(shell git show -s --pretty=%d HEAD)
COMMIT := $(shell git describe --always --long --dirty)
VER := $(BRANCH).$(COMMIT)
.PHONY: all api server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment