Skip to content

Commit

Permalink
Merge pull request #454 from cherrycl/issue-452-2
Browse files Browse the repository at this point in the history
fix: Replace BRANCH_NAME with GIT_BRANCH in edgeXBuildGoParallel
  • Loading branch information
cloudxxx8 authored Aug 26, 2024
2 parents 79b6cd4 + 9110e23 commit 1885cb0
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.BRANCH_NAME ==~ /^PR-*/ } }
expression { not { env.GIT_BRANCH ==~ /^PR-*/ } }
expression { edgex.nodeExists(config, 'arm64') }
}
}
Expand Down

0 comments on commit 1885cb0

Please sign in to comment.