Skip to content

Commit d0794f1

Browse files
committed
Removing vendor files
1 parent 07625f1 commit d0794f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/openshiftci-presubmit-unittests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export CUSTOM_HOMEDIR=$ARTIFACTS_DIR
1010
export PATH=$PATH:$GOPATH/bin
1111

1212
go env
13-
go mod vendor
14-
if [[ $(go fmt `go list ./... | grep -v vendor`) ]]; then
13+
if [[ $(go fmt `go list ./...`) ]]; then
1514
echo "not well formatted sources are found"
1615
exit 1
1716
fi

0 commit comments

Comments
 (0)