1
0
Fork 0

Failed regex

This commit is contained in:
Andreas Streichardt 2017-08-29 17:51:01 +02:00
parent 8f5d237005
commit 44012c28b5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ if (env.BRANCH_NAME =~ /^PR-/) {
sourceBranchLabel = sourceBranchLabel - reg
}
if (sourceBranchLabel = ~/devel$/) {
if (sourceBranchLabel == ~/devel$/) {
useWindows = true
useMac = true
}