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 648cee5 commit 4de3381
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@ ports:
tasks:
- command: redis-server
- init: |
# pyenv global 3.12.3 &&
python -m scripts.install &&
gp sync-done deps
command: pyenv global 3.12.3 && pipenv run celery
command: pipenv run celery
- init: gp sync-await deps
command: >
# 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 &&
pipenv run python manage.py loaddata breathecode/*/fixtures/dev_*.json &&
pipenv run python manage.py create_academy_roles &&
pipenv run start;
CACHE=0 pipenv run migrate &&
CACHE=0 pipenv run python manage.py loaddata breathecode/*/fixtures/dev_*.json &&
CACHE=0 pipenv run python manage.py create_academy_roles &&
CACHE=1 pipenv run start;
- init: gp sync-await deps

vscode:
Expand Down

0 comments on commit 4de3381

Please sign in to comment.