Skip to content
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

handle multiple build parameters correctly #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sebdiem
Copy link

@sebdiem sebdiem commented Sep 24, 2024

the previous code did not work with the script which accepts multiple build-parameters in the following form:

--build-parameters toto=titi --build-parameters tutu=tata

Description

the previous code did not work with the script which accepts multiple
build-parameters in the following form:

--build-parameters toto=titi --build-parameters tutu=tata
@sebdiem sebdiem requested a review from a team as a code owner September 24, 2024 10:20
@janritter
Copy link
Contributor

Hi @sebdiem,

thanks a lot for your contribution and please excuse the late response.

Your commit message currently doesn't follow the Conventional Message Convention, therefore no new version would be released after merging, could you please commit your change again with the correct commit mesage (for this change I would suggest "fix").

Also we require a Developer Certificate of Origin (DCO), which is the currently failing check in the PR.
This can be fixed in combination with the commit message, feel free to force push the changed commit afterwards.

If you have any questions, please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants