File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 make REVISION=$GITHUB_SHA install
4646 - name : make test
4747 run : |
48- make REVISION=$GITHUB_SHA test
48+ make GIT_TAG=$SEMVER REVISION=$GITHUB_SHA test
4949 - name : Publish Junit style Test Report
5050 uses : mikepenz/action-junit-report@v3
5151 if : always() # always run even if the previous step fails
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ OWNER := dnitsch
33NAME := configmanager
44GIT_TAG := "1.18.0"
55VERSION := "v$(GIT_TAG ) "
6- REVISION := $( shell git rev-parse --short HEAD)
6+ REVISION := "aaaabbbbb1234"
77
88LDFLAGS := -ldflags="-s -w -X \"github.com/$(OWNER ) /$(NAME ) /cmd/configmanager.Version=$(VERSION ) \" -X \"github.com/$(OWNER ) /$(NAME ) /cmd/configmanager.Revision=$(REVISION ) \" -extldflags -static"
99
You can’t perform that action at this time.
0 commit comments