Skip to content

Commit 1d04e63

Browse files
committed
Renamed build_branch => build.branch
1 parent 96d2b20 commit 1d04e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ task cleanInstallDirConda(){
159159
}
160160

161161
boolean isProtectedBranch() {
162-
def branchProp = 'build_branch'
162+
def branchProp = 'build.branch'
163163
def branch = project.ext.has(branchProp) ? project.ext.get(branchProp) as String : null
164164
println("Current branch: $branch")
165165
if (branch != null) {

0 commit comments

Comments
 (0)