Skip to content

Commit

Permalink
Do not run java sdk builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Aug 27, 2024
1 parent 4cdd09e commit 4c271c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider: acme
organization: pulumiverse
major-version: 1
major-version: 0
providerDefaultBranch: main
upstreamProviderOrg: vancluever
publishRegistry: false
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PULUMI_MISSING_DOCS_ERROR := true

# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
# Local & branch builds will just used this fixed default version unless specified
PROVIDER_VERSION ?= 1.0.0-alpha.0+dev
PROVIDER_VERSION ?= 0.0.0-alpha.0+dev
# Use this normalised version everywhere rather than the raw input to ensure consistency.
VERSION_GENERIC = $(shell pulumictl convert-version --language generic --version "$(PROVIDER_VERSION)")

Expand All @@ -29,7 +29,7 @@ development: install_plugins provider build_sdks install_sdks

build: install_plugins provider build_sdks install_sdks

build_sdks: build_nodejs build_python build_go build_dotnet build_java
build_sdks: build_dotnet build_go build_nodejs build_python

install_go_sdk:

Expand Down

0 comments on commit 4c271c9

Please sign in to comment.