Closed
Description
/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.
- The reason is that
workingDir
is not pointed to the project sample dir. debugpy
command uses envDEBUG_PORT
which is not defined
To Reproduce:
- Create a workspace form Python devfile
- Try to execute any command
Expected behavior
Commands should be executed
Suggestion on how to fix the bug
- add
workingDir: ${PROJECT_SOURCE}
to each command - set
DEBUG_PORT
env