For some reason one of my config file keeps on getting deleted
See original GitHub issueWhen I launch my instance my project is there but it’s modified by having one of my default config files removed. “reactor/config/default.yaml” It’s just a normal yaml file and should not be associated with any codenvy type config file.
Reproduction Steps:
[First Step] Start and checkout a project containing the file.
[Second Step] Wait until the instance stops (not sure why it shutdown in the first place actually)
[Other Steps…] Boot instance back up.
Expected behavior: File should be there since it’s part of my project and checked into git.
Observed behavior:
File is deleted and my project has one modification.
On branch dev
Your branch is up-to-date with 'origin/dev'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: reactor/config/default.yaml
Codenvy version: Version :5.0.0-M6 Revision :219dac87e4c15201 Build Time :2016-10-26 10:49:21 OS and version: codenvy hosted
Additional information:
Problem only started happening recently, didn’t happen in an older version of Codenvy: No idea Problem can be reliably reproduced: Yes every time
Diagnostic bundle Execute the script on this page and post public link to the bundle here. … I had to convert the .tar to a .zip before posting. report.zip
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (7 by maintainers)
Top GitHub Comments
There are no work arounds right now other than removing it from .gitignore. It’s a real problem and has been documented in about 20 issues and will be addressed in a future version.
how can I get around this ?