Skip to content

Commit f33790a

Browse files
NO-JIRA Update branch env variable name
1 parent 40f44d7 commit f33790a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ subprojects {
141141
def signingPassword = findProperty("signingPassword")
142142
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
143143
required {
144-
def branch = System.getenv()["CIRRUS_BRANCH"]
144+
def branch = System.getenv()["GITHUB_REF_NAME"]
145145
return (branch == 'master' || branch ==~ 'branch-[\\d.]+') &&
146146
gradle.taskGraph.hasTask(":artifactoryPublish")
147147
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=org.sonarsource.api.plugin
2-
version=13.4.1-SNAPSHOT
2+
version=13.4.2-SNAPSHOT
33
description=Plugin API for SonarQube, SonarCloud and SonarLint
44
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)