Skip to content

Commit

Permalink
set ATMOS_BASE_PATH in helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun committed Jan 29, 2025
1 parent 5d6e52c commit 2e21f1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/atmos/component-helper/atmos_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ func getAtmosOptions(t *testing.T, config *c.Config, componentName string, stack
BackendConfig: map[string]interface{}{
"workspace_key_prefix": strings.Join([]string{config.RandomIdentifier, stackName}, "-"),
},
Vars: mergedVars,
Vars: mergedVars,
EnvVars: map[string]string{"ATMOS_BASE_PATH": config.TempDir},
}
return atmosOptions
}

0 comments on commit 2e21f1e

Please sign in to comment.