-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
devfile/registry
#96Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurekind/bugSomething isn't workingSomething isn't working
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
workingDiris not pointed to the project sample dir. debugpycommand uses envDEBUG_PORTwhich 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_PORTenv
Metadata
Metadata
Assignees
Labels
area/registryDevfile registry for stacks and infrastructureDevfile registry for stacks and infrastructurekind/bugSomething isn't workingSomething isn't working