mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Skip some tests on CircleCI
This commit is contained in:
parent
ae383f04c8
commit
6a34f88dcc
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ func printStringIndexes(s string) {
|
|||
}
|
||||
|
||||
func isCI() bool {
|
||||
return os.Getenv("CI") != ""
|
||||
return os.Getenv("CI") != "" && os.Getenv("CIRCLE_BRANCH") == ""
|
||||
}
|
||||
|
||||
// See https://github.com/golang/go/issues/19280
|
||||
|
|
Loading…
Reference in a new issue