Skip to content

Commit

Permalink
provider - ensure vendor directory is used during build (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Jan 27, 2020
1 parent 224195d commit fd6db94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=azurerm
TESTTIMEOUT=180m

#make sure we catch schema errors during testing
TF_SCHEMA_PANIC_ON_ERROR=1
GO111MODULE=on
GOFLAGS=-mod=vendor

.EXPORT_ALL_VARIABLES:
TF_SCHEMA_PANIC_ON_ERROR=1
GO111MODULE=on
GOFLAGS=-mod=vendor

default: build

Expand Down

0 comments on commit fd6db94

Please sign in to comment.