From 5a922dbdf67b8c2ee05305892af90564fb71adce Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 27 Sep 2016 10:02:26 +0200 Subject: [PATCH] Makefile: fix .gitvalidation Signed-off-by: Antonio Murdaca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4aa52226..40688fbe 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -EPOCH_TEST_COMMIT ?= 7fc874e05e74faa81e7c423b6514fc5c474c6b34 +EPOCH_TEST_COMMIT ?= 78aae PROJECT := github.com/kubernetes-incubator/cri-o GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null) GIT_BRANCH_CLEAN := $(shell echo $(GIT_BRANCH) | sed -e "s/[^[:alnum:]]/-/g")