-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
component: serverfeature: prebuildsteam: webappIssue belongs to the WebApp teamIssue belongs to the WebApp teamtype: bugSomething isn't workingSomething isn't working
Description
Bug description
Opening a new workspace of my repo outputs:
HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
[ -r /workspace/.prebuild-log-0 ] && cat /workspace/.prebuild-log-0; [ -r /workspace/.gitpod/prebuild-log-0 ] && cat /workspace/.gitpod/prebuild-log-0; true
} && {
echo 'TODO: start app'
}
gitpod /workspace/schrodinger (main) $ HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
> [ -r /workspace/.prebuild-log-0 ] && cat /workspace/.prebuild-log-0; [ -r /workspace/.gitpod/prebuild-log-0 ] && cat /workspace/.gitpod/prebuild-log-0; true
> } && {
> echo 'TODO: start app'
>
> }
TODO: start app
However, there is no .gitpod.yml in my repo and there is no "Project" for this repo either.
Steps to reproduce
Open https://github.com/armanbilge/schrodinger/ in GitPod.
Workspace affected
No response
Expected behavior
.gitpod.yml should not be processed when it doesn't exist.
There should be no history -r in this situation, or at least there should be a way to disable it :)
Example repository
https://github.com/armanbilge/schrodinger/
Anything else?
Thanks to @pawlean and @axonasif for their support on Discord.
axonasif
Metadata
Metadata
Assignees
Labels
component: serverfeature: prebuildsteam: webappIssue belongs to the WebApp teamIssue belongs to the WebApp teamtype: bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status