Skip to content

Commit 42bac35

Browse files
committed
Use proto files from pulumi submodule
1 parent 6b7bc12 commit 42bac35

21 files changed

+2624
-2740
lines changed

build/Program.fs

-17
Original file line numberDiff line numberDiff line change
@@ -179,22 +179,6 @@ let testPulumiAutomationSdk coverage =
179179

180180
then failwith "automation tests failed"
181181

182-
let syncProtoFiles() = GitSync.repository {
183-
remoteRepository = "https://github.com/pulumi/pulumi.git"
184-
localRepositoryPath = repositoryRoot
185-
contents = [
186-
GitSync.folder {
187-
sourcePath = [ "proto"; "pulumi" ]
188-
destinationPath = [ "proto"; "pulumi" ]
189-
}
190-
191-
GitSync.folder {
192-
sourcePath = [ "proto"; "google"; "protobuf" ]
193-
destinationPath = [ "proto"; "google"; "protobuf" ]
194-
}
195-
]
196-
}
197-
198182
let runSpecificIntegrationTest(testName: string) =
199183
buildLanguagePlugin()
200184
cleanSdk()
@@ -223,7 +207,6 @@ let main(args: string[]) : int =
223207
| [| "test-automation-sdk" |] -> testPulumiAutomationSdk false
224208
| [| "test-automation-sdk"; "coverage" |] -> testPulumiAutomationSdk true
225209
| [| "publish-sdks" |] -> publishSdks()
226-
| [| "sync-proto-files" |] -> syncProtoFiles()
227210
| [| "list-integration-tests" |] -> listIntegrationTests()
228211
| [| "integration"; "test"; testName |] -> runSpecificIntegrationTest testName
229212
| [| "all-integration-tests" |] -> runAllIntegrationTests()

proto/README.md

-1
This file was deleted.

proto/google/protobuf/status.proto

-92
This file was deleted.

proto/pulumi/alias.proto

-38
This file was deleted.

proto/pulumi/analyzer.proto

-180
This file was deleted.

proto/pulumi/callback.proto

-44
This file was deleted.

0 commit comments

Comments
 (0)