mirror of
https://github.com/containers/skopeo.git
synced 2026-01-30 13:58:48 +00:00
Bump the GIT_VALIDATION_EPOCH to a newer version
Bump the GIT_VALIDATION_EPOCH in tests/validate/git-validation.sh to a later commit. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #340 Approved by: rhatdan
This commit is contained in:
committed by
Atomic Bot
parent
53c3e6434d
commit
a99d5f0798
@@ -8,6 +8,6 @@ if ! which git-validation > /dev/null 2> /dev/null ; then
|
||||
fi
|
||||
if test "$TRAVIS" != true ; then
|
||||
#GITVALIDATE_EPOCH=":/git-validation epoch"
|
||||
GITVALIDATE_EPOCH="b1bb73e01c9bf0b1b75e50a2d1947b14a8174eee"
|
||||
GITVALIDATE_EPOCH="bf40000e72b351067ebae7b77d212a200f9ce051"
|
||||
fi
|
||||
exec git-validation -q -run DCO,short-subject ${GITVALIDATE_EPOCH:+-range "${GITVALIDATE_EPOCH}""..${GITVALIDATE_TIP:-@}"} ${GITVALIDATE_FLAGS}
|
||||
|
||||
Reference in New Issue
Block a user