Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ Pulumi.*.yaml
*.iml

yarn.lock
**/.yarn
**/.pnp*
**/pulumiManifest.go

ci-scripts
provider/**/schema.go
**/version.txt
**/nuget
**/dist
**/dist
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ clean::
install_plugins::
[ -x $(shell which pulumi) ] || curl -fsSL https://get.pulumi.com | sh
pulumi plugin install resource random 4.3.1
pulumi plugin install converter terraform 1.0.19

install_dotnet_sdk::
mkdir -p $(WORKING_DIR)/nuget
Expand All @@ -122,4 +123,3 @@ install_sdks:: install_dotnet_sdk install_python_sdk install_nodejs_sdk

test::
cd examples && go test -v -tags=all -parallel ${TESTPARALLELISM} -timeout 2h

2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-volcengine/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
schema.go
schema-embed.json
Loading