Adjust Gitpod to run Jekyll generate in pre-build (#9739)

* Adjust Gitpod to run Jekyll generate in pre-build

* Works-around parallel execution of init tasks in GitPod
This commit is contained in:
Franck Nijhof 2019-06-30 19:10:45 +02:00 committed by GitHub
parent 2599e7fcbc
commit 4cdc129f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
tasks: tasks:
- init: gem install bundler -v 2.0.1 - init: gem install bundler -v 2.0.1 && bundle install && bundle exec rake generate
- init: bundle install
ports: ports:
- port: 4000 - port: 4000
onOpen: open-browser onOpen: open-browser