Skip to content

Commit

Permalink
Removing vendor cache and mod vendor
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Sep 12, 2024
1 parent 0b9058e commit c8be232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
expeditor:
cached_folders:
- vendor
# cached_folders:
# - vendor
defaults:
buildkite:
retry:
Expand Down
2 changes: 1 addition & 1 deletion components/main-chef-wrapper/.studiorc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hab pkg install chef/studio-common >/dev/null
source "$(hab pkg path chef/studio-common)/bin/studio-common"

# switch all go commands to use the vendor/ directory
export GOFLAGS="-mod=vendor"
#export GOFLAGS="-mod=vendor"

# Specify where to put 'go installed' binaries
export GOBIN=/src/bin
Expand Down

0 comments on commit c8be232

Please sign in to comment.