We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046e687 commit de0604aCopy full SHA for de0604a
scm/driver/bitbucket/repo.go
@@ -51,7 +51,7 @@ type hooks struct {
51
type hook struct {
52
Description string `json:"description"`
53
URL string `json:"url"`
54
- SkipCertVerification bool `json:"skip_cert_verification"`
+ SkipCertVerification bool `json:"skip_cert_verification,omitempty"`
55
Active bool `json:"active"`
56
Events []string `json:"events"`
57
UUID string `json:"uuid"`
0 commit comments