Skip cloning PR repository in case of no projects configured in repo config file were changed

This commit is contained in:
Quan Hoang
2020-05-18 18:32:43 +07:00
committed by Luke Kysow
parent 49edc7d0b8
commit 54e3dc2ef0
20 changed files with 285 additions and 118 deletions

View File

@@ -86,6 +86,7 @@ var testFlags = map[string]interface{}{
SilenceForkPRErrorsFlag: true,
SilenceAllowlistErrorsFlag: true,
SilenceVCSStatusNoPlans: true,
SkipCloneNoChanges: true,
SlackTokenFlag: "slack-token",
SSLCertFileFlag: "cert-file",
SSLKeyFileFlag: "key-file",