implement gitea_fork

This commit is contained in:
Judd Wilcox
2022-10-01 06:56:10 -05:00
parent e7ad54b0a4
commit 480994bfa9
5 changed files with 145 additions and 6 deletions

View File

@ -3,7 +3,7 @@ GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
GOFMT ?= gofmt -s
VERSION = 0.8.0
VERSION = 0.9.0
test: fmt-check
go test -i $(TEST) || exit 1
@ -38,4 +38,4 @@ install: build
@mkdir -p ~/.terraform.d/plugins/terraform.local/lerentis/gitea/${VERSION}/linux_amd64
@mv terraform-provider-gitea_${VERSION} ~/.terraform.d/plugins/terraform.local/lerentis/gitea/${VERSION}/linux_amd64/terraform-provider-gitea_${VERSION}
doc:
tfplugindocs
tfplugindocs