From 744a91df84a8f70da56f0556c7955506cc5c70f0 Mon Sep 17 00:00:00 2001 From: Venelin Date: Wed, 17 Jul 2024 18:59:25 +0300 Subject: [PATCH] export env var --- Makefile | 2 +- pf/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 396943a25..f9c56abfc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := sh PROJECT := github.com/pulumi/pulumi-terraform-bridge TESTPARALLELISM := 10 -PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION := true +export PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION := true PROJECT_DIR := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))) diff --git a/pf/Makefile b/pf/Makefile index 5b32bd6bb..647a9fd7e 100644 --- a/pf/Makefile +++ b/pf/Makefile @@ -1,5 +1,5 @@ TESTPARALLELISM := 10 -PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION := true +export PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION := true install_plugins:: pulumi plugin install resource random 4.16.3