Added bitbucketserver_project_hooks data source

This commit is contained in:
Gavin Bunney
2019-10-15 11:09:08 -07:00
parent 80c474007b
commit a8a1bcb48b
7 changed files with 364 additions and 1 deletions

View File

@@ -54,4 +54,11 @@ test-compile:
fi
go test -c $(TEST) $(TESTARGS)
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile build-binaries
website-serve:
@cd docusaurus/website && npm start
website-publish:
@cd docusaurus/website && npm run build
@cd docusaurus/website && CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages
.PHONY: build test testacc vet fmt fmtcheck errcheck test-compile build-binaries website-serve website-publish