mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Skip some tests on CircleCI
This commit is contained in:
@@ -1021,7 +1021,7 @@ func printStringIndexes(s string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func isCI() bool {
|
func isCI() bool {
|
||||||
return os.Getenv("CI") != ""
|
return os.Getenv("CI") != "" && os.Getenv("CIRCLE_BRANCH") == ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// See https://github.com/golang/go/issues/19280
|
// See https://github.com/golang/go/issues/19280
|
||||||
|
Reference in New Issue
Block a user