From dc319af0f1fbae85f3e164e0648739e67748d6be Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 19 Jan 2022 00:30:53 +0100 Subject: [PATCH] ci: cleanup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e08cf7b..9a2c166 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ REPOSITORY := fuse-device-plugin REGION := us-east-1 # Parse version from latest git semver tag -GTAG=$(shell git describe --tags --match v*.*.* 2>/dev/null || git rev-parse --short HEAD 2>/dev/null || echo "unknown") +GTAG=$(shell git describe --tags --match v*.*.* 2>/dev/null || git rev-parse --short HEAD 2>/dev/null) TAG ?= $(shell echo $(GTAG) | awk -F '-' '{ print $$1 "-" $$2 }' | sed -e 's/-$$//') ifeq ($(TRIVY_REMOTE),)