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 1035ad0 commit 922516d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/integration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ object pulumi {
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_BACKEND_URL" -> s"file://${opts.pulumiHomeDir.toString}",
// "PULUMI_API" -> s"file://${opts.pulumiHomeDir.toString}",
"PULUMI_HOME" -> (opts.pulumiHomeDir / ".pulumi").toString,
"PULUMI_SKIP_UPDATE_CHECK" -> "true"
)
Expand Down

0 comments on commit 922516d

Please sign in to comment.