fix: provider version
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ PULUMI_MISSING_DOCS_ERROR := false
|
|||||||
|
|
||||||
# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
|
# 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
|
# Local & branch builds will just used this fixed default version unless specified
|
||||||
PROVIDER_VERSION ?= 1.0.0-alpha.0+dev
|
PROVIDER_VERSION ?= 1.0.1
|
||||||
|
|
||||||
# Check version doesn't start with a "v" - this is a common mistake
|
# Check version doesn't start with a "v" - this is a common mistake
|
||||||
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)
|
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)
|
||||||
|
|||||||
Reference in New Issue
Block a user