mirror of
https://github.com/containers/skopeo.git
synced 2025-08-02 07:17:46 +00:00
Remove unused GIT_BRANCH definition
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
d58e59a57d
commit
4e2dee4362
2
Makefile
2
Makefile
@ -55,8 +55,6 @@ ifeq ($(GOOS), linux)
|
||||
endif
|
||||
endif
|
||||
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||
|
||||
# If $TESTFLAGS is set, it is passed as extra arguments to 'go test'.
|
||||
# You can increase test output verbosity with the option '-test.vv'.
|
||||
# You can select certain tests to run, with `-test.run <regex>` for example:
|
||||
|
Loading…
Reference in New Issue
Block a user