-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature: prebuildsteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: bugSomething isn't workingSomething isn't working
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
Metadata
Metadata
Assignees
Labels
feature: prebuildsteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: bugSomething isn't workingSomething isn't working