Skip to content

Commit

Permalink
export env var
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jul 17, 2024
1 parent fb17d32 commit 744a91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)))))

Expand Down
2 changes: 1 addition & 1 deletion pf/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 744a91d

Please sign in to comment.