mirror of https://github.com/commaai/openpilot.git
fix concurrent build cancellation (#32224)
fix concurrent builds
old-commit-hash: f072b7b8a0
This commit is contained in:
parent
4a7ef34c28
commit
8065945b58
|
@ -230,7 +230,7 @@ node {
|
|||
]))
|
||||
}
|
||||
|
||||
if (env.branch != "master") {
|
||||
if (env.BRANCH_NAME != "master") {
|
||||
props.add(disableConcurrentBuilds(abortPrevious: true))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue