mirror of https://gitee.com/bigwinds/arangodb
Failed regex
This commit is contained in:
parent
8f5d237005
commit
44012c28b5
|
@ -121,7 +121,7 @@ if (env.BRANCH_NAME =~ /^PR-/) {
|
|||
sourceBranchLabel = sourceBranchLabel - reg
|
||||
}
|
||||
|
||||
if (sourceBranchLabel = ~/devel$/) {
|
||||
if (sourceBranchLabel == ~/devel$/) {
|
||||
useWindows = true
|
||||
useMac = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue