Skip to content

Commit

Permalink
fix: Update expression in edgeXBuildGoParallel
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <[email protected]>
  • Loading branch information
cherrycl committed Aug 26, 2024
1 parent 1885cb0 commit e0876f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/edgeXBuildGoParallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def call(config) {
when {
beforeAgent true
allOf {
expression { not { env.GIT_BRANCH ==~ /^PR-*/ } }
expression { not { env.GIT_BRANCH =~ /^PR-.*/ } }
expression { edgex.nodeExists(config, 'arm64') }
}
}
Expand Down

0 comments on commit e0876f0

Please sign in to comment.