mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-26 03:11:08 +01:00
Added bitbucketserver_project_hooks data source
This commit is contained in:
9
Makefile
9
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user