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

feat(TCOMP-2554): Restore extraBuildParams in release script #814

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

acatoire
Copy link
Contributor

@acatoire acatoire commented Oct 24, 2023

Restore extraBuildParams in release script
https://jira.talendforge.org/browse/TCOMP-2554

Why this PR is needed?

The CI was using env var to pass args to the release script.
After CI evolution this env var was not accessible anymore, this PR restore the functionality using script parameter instead of env var.

What does this PR adds (design/code thoughts)?

Add parameter to release.sh

@acatoire acatoire requested a review from undx October 24, 2023 10:23
@sonar-eks
Copy link

sonar-eks bot commented Oct 24, 2023

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (53.80% Estimated after merge)
  • Duplications No duplication information (1.40% Estimated after merge)

Project ID: org.talend.sdk.component:component-runtime

View in SonarQube

Comment on lines +28 to +29


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why empty lines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was to add space between parameters vars and others vars

@acatoire acatoire merged commit 085ced8 into master Oct 25, 2023
5 of 6 checks passed
@acatoire acatoire deleted the acatoire/TCOMP-2554_fix_args_for_release_script branch October 25, 2023 10:14
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