Skip to content

Commit

Permalink
Adjust Gitpod to run Jekyll generate in pre-build (home-assistant#9739)
Browse files Browse the repository at this point in the history
* Adjust Gitpod to run Jekyll generate in pre-build

* Works-around parallel execution of init tasks in GitPod
  • Loading branch information
frenck authored Jun 30, 2019
1 parent 2599e7f commit 4cdc129
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
tasks:
- init: gem install bundler -v 2.0.1
- init: bundle install
- init: gem install bundler -v 2.0.1 && bundle install && bundle exec rake generate
ports:
- port: 4000
onOpen: open-browser
Expand Down

0 comments on commit 4cdc129

Please sign in to comment.