Skip to content

Commit

Permalink
Update integration-tests/integration.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak authored Dec 13, 2023
1 parent 922516d commit 2e7ce70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration-tests/integration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ object pulumi {

def init(opts: FixtureOpts): PulumiContext = {
val allEnv: Map[String, String] =
// local environment, to run locally offline, make sure you set PULUMI_BACKEND_URL and PULUMI_API
opts.pulumiEnv ++ Map(
"PULUMI_HOME" -> (opts.pulumiHomeDir / ".pulumi").toString,
"PULUMI_SKIP_UPDATE_CHECK" -> "true"
Expand Down

0 comments on commit 2e7ce70

Please sign in to comment.