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

bugfix

parent ad3dc617
No related branches found
No related tags found
2 merge requests!24Devops20 monitoring,!15WIP: Master
......@@ -2,7 +2,7 @@ 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 show -s --pretty=%d HEAD)
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
COMMIT := $(shell git describe --always --long --dirty)
VER := $(BRANCH).$(COMMIT)
......
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