Skip to content

Commit

Permalink
changes in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 6, 2024
1 parent 0f20ff1 commit 648cee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ ports:
tasks:
- command: redis-server
- init: |
pyenv global 3.12.3 &&
# pyenv global 3.12.3 &&
python -m scripts.install &&
gp sync-done deps
command: pyenv global 3.12.3 && pipenv run celery
- init: gp sync-await deps
command: >
pyenv global 3.12.3 &&
# pyenv global 3.12.3 &&
(psql -U gitpod -c 'CREATE DATABASE breathecode;' || true) &&
(psql -U gitpod -c 'CREATE EXTENSION unaccent;' -d breathecode || true) &&
pipenv run migrate &&
Expand Down

0 comments on commit 648cee5

Please sign in to comment.