Update gitvalidation epoch to ignore older errors after update

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #85
Approved by: rhatdan
This commit is contained in:
Matthew Heon
2017-11-29 12:10:44 -05:00
committed by Atomic Bot
parent 681a8c85ed
commit 6ba6b186a4

View File

@ -1,5 +1,5 @@
GO ?= go
EPOCH_TEST_COMMIT ?= 5cfd7a3
EPOCH_TEST_COMMIT ?= 5d52f74
HEAD ?= HEAD
PROJECT := github.com/projectatomic/libpod
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)