diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f8a34997c..c8f71e782 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -1,7 +1,7 @@ --- expeditor: - cached_folders: - - vendor +# cached_folders: +# - vendor defaults: buildkite: retry: diff --git a/components/main-chef-wrapper/.studiorc b/components/main-chef-wrapper/.studiorc index 758039e15..e6904f6e7 100644 --- a/components/main-chef-wrapper/.studiorc +++ b/components/main-chef-wrapper/.studiorc @@ -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