Closed
Description
Bug description
The Prebuild logs display the following console output in the dashboard:
Connecting to workspace logs...
last backup failed: workspace does not exist.
However, the list of Prebuilds for that project lists the above Prebuild as "READY".
Steps to reproduce
- Create a new repository in GitHub
- Commit a
.gitpod.yml
file with the following contentimage: gitpod/workspace-postgres tasks: - command: echo ""
- Connect the project to Gitpod via https://gitpod.io/new
- Check the Prebuild that was started automatically
Workspace affected
N/A
Expected behavior
The Prebuild runs, shows the workspace logs and is reported as READY on the relevant screens in the dashboard.
Example repository
https://github.com/mikenikles/gitpod-test-postgresql
Anything else?
No response