gitdeploy/bitbucket.go

8 lines
118 B
Go
Raw Permalink Normal View History

2020-09-29 08:08:35 +00:00
// +build !nobitbucket
package main
import (
2020-10-09 09:22:06 +00:00
_ "git.rootprojects.org/root/gitdeploy/internal/webhooks/bitbucket"
2020-09-29 08:08:35 +00:00
)