Skip to content

Commit

Permalink
remove go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 21, 2024
1 parent e67a097 commit 4d3bad3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ function createCustomCsiDriverIfNeeded() {
# Build a new gcsfuse binary
cd "${gcsfuse_src_dir}"
rm -rfv ./bin ./sbin
go mod vendor
GOOS=linux GOARCH=amd64 go run tools/build_gcsfuse/main.go . . v3
# Copy the binary to a GCS bucket for csi driver build.
gcloud storage -q cp ./bin/gcsfuse gs://${package_bucket}/linux/amd64/
Expand Down

0 comments on commit 4d3bad3

Please sign in to comment.