This commit is contained in:
Родитель
418feda494
Коммит
969339d391
|
@ -1,2 +1,2 @@
|
|||
/terraform-provider-azurerm/
|
||||
/terraform-provider-azurerm
|
||||
/vendor
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
[submodule "terraform-provider-azurerm"]
|
||||
path = terraform-provider-azurerm
|
||||
url = https://github.com/hashicorp/terraform-provider-azurerm.git
|
4
Makefile
4
Makefile
|
@ -7,7 +7,7 @@ e2e:
|
|||
cd integration && go test && cd ../
|
||||
|
||||
prepare:
|
||||
git submodule update --init --recursive
|
||||
git clone https://github.com/hashicorp/terraform-provider-azurerm.git
|
||||
sh scripts/inject.sh
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
|
@ -27,7 +27,7 @@ tools:
|
|||
go install golang.org/x/lint/golint@latest
|
||||
|
||||
updateSubmodule:
|
||||
git submodule update --init --recursive
|
||||
git clone https://github.com/hashicorp/terraform-provider-azurerm.git
|
||||
sh scripts/updateSubmodule.sh
|
||||
|
||||
.PHONY: test e2e build install lint tools updateSubmodule
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5cbafc5ce27aaf909b80a126380869049639efa7
|
||||
Subproject commit 7b4070bf3007a0f4f1db127dc37d73971c97b567
|
Загрузка…
Ссылка в новой задаче