Skip to content

Commit 58b2626

Browse files
authored
Only publish build scan for CI (#1781)
1 parent d7808d9 commit 58b2626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
gradleEnterprise {
77
server = 'https://ge.grails.org'
88
buildScan {
9-
publishAlways()
9+
publishAlwaysIf(System.getenv('CI') == 'true')
1010
publishIfAuthenticated()
1111
uploadInBackground = System.getenv("CI") == null
1212
capture {

0 commit comments

Comments
 (0)