@highstate/backend 0.9.29 → 0.9.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/runner/pulumi.ts +0 -2
package/dist/index.js
CHANGED
|
@@ -4645,7 +4645,6 @@ var LocalPulumiHost = class _LocalPulumiHost {
|
|
|
4645
4645
|
const { projectId, pulumiProjectName, pulumiStackName, projectPath, stackConfig, envVars } = options;
|
|
4646
4646
|
return await this.lock.acquire(`${pulumiProjectName}.${pulumiStackName}`, async () => {
|
|
4647
4647
|
const { LocalWorkspace } = await import('@pulumi/pulumi/automation/index.js');
|
|
4648
|
-
console.log({ projectPath });
|
|
4649
4648
|
const stack = await LocalWorkspace.createOrSelectStack(
|
|
4650
4649
|
{
|
|
4651
4650
|
stackName: pulumiStackName,
|