Initial provider implementation (#18)
This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
This commit is contained in:
@@ -17,7 +17,8 @@ func TestPythonExample(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
test := integration.ProgramTestOptions{
|
||||
Dir: path.Join(cwd, "python"),
|
||||
Dir: path.Join(cwd, "python"),
|
||||
RelativeWorkDir: ".",
|
||||
Dependencies: []string{
|
||||
path.Join("..", "sdk", "python", "bin"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user