Abort generic component processing when prereq download fails #2630
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2624
Example output for KFP when the user assigned an invalid value to environment variable
ELYRA_REQUIREMENTS_URL
:Example output for Airflow when the user assigned an invalid value to environment variable
ELYRA_REQUIREMENTS_URL
:What changes were proposed in this pull request?
Note: https://curl.se/docs/manpage.html#-f does not identify a version in which the option was introduced, which makes me believe that using it does not introduce a new restriction for a more current curl installation.
How was this pull request tested?
Confirmed that the log out yields the expected results when the user misconfigures environment variables
ELYRA_REQUIREMENTS_URL
,ELYRA_PIP_CONFIG_URL
,ELYRA_GITHUB_ORG
, orELYRA_GITHUB_BRANCH
.Developer's Certificate of Origin 1.1