-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions from .gitpod.yml
are build run while it does not exist
#9505
Comments
history -r
invoked when opening a new workspace.gitpod.yml
are build run while it does not exist
It seems like I'm experiencing this too, my new changes on Repo: https://github.com/axonasif/flutter-web/tree/axon/refactor_template |
Update: I pushed a new commit to the However, if you specifically create a workspace at the previous commit you can still reproduce the problem described in this issue. https://github.com/armanbilge/schrodinger/tree/34f23cbe8e83f252d6157770fec083b006ae81cd |
I have this issue as well. I removed the default |
Hi @armanbilge! Thanks for reporting. We definitely need to improve the Project creation flow and messaging around it to get to a point, where things happening get clear. What you've been seeing is a feature in Projects (#7383). Whenever you create a new project, and there is no .gitpod.yml found, Gitpod is automatically proposes a simple configuration to help you getting started with prebuilds. Please see, that you have created a project in your personal account, https://gitpod.io/projects/schrodinger. I just checked with a fork of your repo. |
Bug description
Opening a new workspace of my repo outputs:
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.
The text was updated successfully, but these errors were encountered: