This repository was archived by the owner on Mar 9, 2022. It is now read-only.
File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ifeq ($(GOOS),windows)
21
21
WHALE = "+"
22
22
ONI = "-"
23
23
endif
24
- EPOCH_TEST_COMMIT := f9e02affccd51702191e5312665a16045ffef8ab
24
+ EPOCH_TEST_COMMIT := 67de3e4ccf2b2a69b8398798af7cfca01abf7a7e
25
25
PROJECT := github.com/containerd/cri
26
26
BINDIR := ${DESTDIR}/usr/local/bin
27
27
BUILD_DIR := _output
@@ -175,15 +175,12 @@ endif
175
175
@./hack/install/windows/install-deps.sh
176
176
177
177
.PHONY : .gitvalidation
178
- # When this is running in travis, it will only check the travis commit range.
179
- # When running outside travis, it will check from $(EPOCH_TEST_COMMIT)..HEAD.
178
+ # make .gitvalidation is only used localy for manual testing
179
+ # requires a clone of github.com/containerd/project
180
+ # containerd/project DCO validation runs automatically with github actions in ci.yml for each pull
180
181
.gitvalidation :
181
182
@echo " $( WHALE) $@ "
182
- ifeq ($(TRAVIS ) ,true)
183
- git-validation -q -run DCO,short-subject
184
- else
185
- git-validation -v -run DCO,short-subject -range $(EPOCH_TEST_COMMIT)..HEAD
186
- endif
183
+ DCO_VERBOSITY=-v DCO_RANGE=$(EPOCH_TEST_COMMIT ) ..HEAD ../project/script/validate/dco
187
184
188
185
.PHONY : install.tools .install.gitvalidation .install.golangci-lint .install.vndr
189
186
You can’t perform that action at this time.
0 commit comments