Skip to content

Commit

Permalink
Remove vendor directory (#115) (#116)
Browse files Browse the repository at this point in the history
* prepare for vendor folder removal

* added unit test output formatter to test.sh

---------

Co-authored-by: Madhav Bhargava <[email protected]>
  • Loading branch information
rishabh-11 and unmarshall authored Apr 19, 2024
1 parent e45fb22 commit 1cf87f1
Show file tree
Hide file tree
Showing 5,057 changed files with 53 additions and 1,764,877 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ GIT_SHA=$(git rev-parse --short HEAD || echo "GitNotFound")

# If the LOCAL_BUILD environment variable is set, we simply run `go build`.
CGO_ENABLED=0 GO111MODULE=on go build \
-mod vendor \
-v \
-o "${BINARY_PATH}/dependency-watchdog" \
dwd.go
22 changes: 19 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
# Ignore build and test binaries.
bin/
testbin/

# Exclude folders relevant for build
!.git
!.dockerignore
!charts/
!cmd/
!extensions/
!hack/
!imagevector/
!pkg/
!plugin/
!test/
!third_party/
!vendor/
!.golangci.yaml.in
!go.mod
!go.sum
!Makefile
!VERSION
Loading

0 comments on commit 1cf87f1

Please sign in to comment.