chore(gitpod): Speed up workspace initialisation

This commit is contained in:
Georg Krause 2023-11-02 08:38:37 +00:00
parent 9cd2f30129
commit 40773b7b08
1 changed files with 3 additions and 2 deletions

View File

@ -54,9 +54,10 @@ tasks:
ENV_FILE: /workspace/funkwhale/.gitpod/.env
VUE_EDITOR: code
DJANGO_SETTINGS_MODULE: config.settings.local
init: pre-commit install
init: |
pre-commit install
pre-commit run --all
command: |
pre-commit run --all && clear
echo ""
echo -e " ⠀⠀⠸⣿⣷⣦⣄⣠⣶⣾⣿⠇⠀⠀ You can now start developing Funkwhale with gitpod!"
echo -e " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀"