Skip to content

Commit

Permalink
Fix up empty bits
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Oct 31, 2024
1 parent 26ce97f commit 951fd04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ def buildScriptsAssemble(
platform = 'x86-64_' + buildConfig.TARGET_OS
} else {
platform = buildConfig.ARCHITECTURE + '_' + buildConfig.TARGET_OS
}
}
if ( !(buildConfig.JAVA_TO_BUILD == 'jdk8u' && platform == 's390x_linux') ) {
context.echo "openjdk_build_pipeline: Remote trigger Eclipse Temurin AQA_Test_Pipeline job with ${platform} ${buildConfig.JAVA_TO_BUILD}"
def remoteTargets = remoteTriggerJckTests(platform, filename)
Expand Down Expand Up @@ -2471,7 +2471,6 @@ def buildScriptsAssemble(
}
}
}
// } // assemble stage
}

return {
Expand Down

0 comments on commit 951fd04

Please sign in to comment.