Closed Kamran64 closed 4 years ago
I believe Erin is working on this, moving to In Progress
yes. I am. Thanks, @kylegc
@ebullient any progress on this? I've seen this behavior a few times recently too.
This should not be resolved as the CI scripts are not adding/removing repos.
Describe the bug Sometimes when running the build script, the script will exit with the error:
[Error] Your stack repository is empty - please use `appsody repo add` to add a repository. Unable to initialize project Finished with 1 error(s)
Following this, running
appsody repo list
reveals that all repos have been removed, like so:To Reproduce Steps to reproduce the behavior:
appsody repo list
to see all reposappsody repo list
again to see all repos removed.Again, for me this happens randomly so I'm not sure exactly what is triggering it (but I've encountered it several times this morning both on my own branch and master)
Expected behavior The build script should finish and the relevant repos added.
Actual behaviour Repos being removed
Environment Details (please complete the following information):
If applicable please specify:
Screenshots If applicable, add screenshots to help explain your problem.
Additional context @skoh7645 also encountered this problem.
Temporary fix is to run:
rm -rf ~/.appsody
to reset the repos to justappsodyhub
andexperimental
followed by running the build script again.