Skip to content

Commit

Permalink
precommit for init (#5851)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayBB authored Nov 11, 2021
1 parent aa67a1b commit 8b934cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tasks:
# run chown because https://github.com/gitpod-io/gitpod/issues/4851
before: sudo chown -R gitpod:999 /workspace/openlibrary/
# init runs once for each commit to the default branch
init: docker-compose up --no-start
init: docker-compose up --no-start && pyenv install && pip install pre-commit && pre-commit install
# command runs each time a user starts their workspace
command: docker-compose up

0 comments on commit 8b934cf

Please sign in to comment.