We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
/area registry
Eclipse Che 7.42
Describe the bug: Commands from Python base devfile are failed.
workingDir
debugpy
DEBUG_PORT
To Reproduce:
Commands should be executed
Suggestion on how to fix the bug
workingDir: ${PROJECT_SOURCE}
The text was updated successfully, but these errors were encountered:
add workingDir: ${PROJECT_SOURCE} to each command
already fixed in devfile/registry#85
set DEBUG_PORT env
devfile/registry#93
Sorry, something went wrong.
pip-install-requirements command doesn't have workingDir https://github.com/devfile/registry/blob/main/stacks/python/devfile.yaml#L25
pip-install-requirements
Successfully merging a pull request may close this issue.
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
Eclipse Che 7.42
Bug Summary
Describe the bug:
Commands from Python base devfile are failed.
workingDir
is not pointed to the project sample dir.debugpy
command uses envDEBUG_PORT
which is not definedTo Reproduce:
Expected behavior
Commands should be executed
Suggestion on how to fix the bug
workingDir: ${PROJECT_SOURCE}
to each commandDEBUG_PORT
envThe text was updated successfully, but these errors were encountered: