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")