/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 env DEBUG_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
/kind bug
Which area this bug is related to?
/area registryWhat versions of software are you using?
Eclipse Che 7.42
Bug Summary
Describe the bug:
Commands from Python base devfile are failed.
workingDiris not pointed to the project sample dir.debugpycommand uses envDEBUG_PORTwhich is not definedTo Reproduce:
Expected behavior
Commands should be executed
Suggestion on how to fix the bug
workingDir: ${PROJECT_SOURCE}to each commandDEBUG_PORTenv