-
Notifications
You must be signed in to change notification settings - Fork 1.3k
can't get initialization to work #456
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
Comments
You are creating two terminals here, I guess what you want is the following: tasks:
- init:
bundle install &&
yarn &&
bundle exec rake db:reset
command:
bundle exec foreman start
ports:
- port: 5000
- port: 3000
- port: 9514
- port: 9515
- port: 25222 I.e. every list item below tasks creates one terminal. Also, unfortunately, the different lifecycles are not properly synched across terminals. That is the second terminal doesn't wait for the Also note, that for the ports you can specify what action to take when they open. |
To expand on sven's answer, the dash before the task indicates a new terminal. |
@jankeromnes No, it works. You have to make sure to use the branch url ( I enhanced the setup here. |
All very cool... works great thanks a lot! |
I have the following .gitpod.yml file.
It doesn't seem to do anything:
the repo is here: https://github.com/hyperstack-org/todo-compare/tree/gitpod
thanks in advance
The text was updated successfully, but these errors were encountered: