-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when running build pipeline which do not have sign_temurin_gpg #981
Comments
I think the ask is if we can submit a change to add a condition to that |
I see in the Adopt OpenJ9 builds the sign_temurin_gpg job is run
So I'm guessing the solution here will be to add the latter option to that |
This PR regarding this issue. |
I have a question regarding a piece of build code.
/pipelines/build/common/openjdk_build_pipeline.groovy
This condition always is true in our environment for all platforms and we will end up failure as we do not have any
gpgSign() -> build-scripts/release/sign_temurin_gpg
to run.Can we have a more accurate condition here to avoid it run for non-adoptium users?
The text was updated successfully, but these errors were encountered: