chore(gitpod): Speed up workspace initialisation
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2605>
This commit is contained in:
parent
debd334b38
commit
b05bce3b37
|
@ -59,9 +59,10 @@ tasks:
|
||||||
ENV_FILE: /workspace/funkwhale/.gitpod/.env
|
ENV_FILE: /workspace/funkwhale/.gitpod/.env
|
||||||
VUE_EDITOR: code
|
VUE_EDITOR: code
|
||||||
DJANGO_SETTINGS_MODULE: config.settings.local
|
DJANGO_SETTINGS_MODULE: config.settings.local
|
||||||
init: pre-commit install
|
init: |
|
||||||
|
pre-commit install
|
||||||
|
pre-commit run --all
|
||||||
command: |
|
command: |
|
||||||
pre-commit run --all && clear
|
|
||||||
echo ""
|
echo ""
|
||||||
echo -e " ⠀⠀⠸⣿⣷⣦⣄⣠⣶⣾⣿⠇⠀⠀ You can now start developing Funkwhale with gitpod!"
|
echo -e " ⠀⠀⠸⣿⣷⣦⣄⣠⣶⣾⣿⠇⠀⠀ You can now start developing Funkwhale with gitpod!"
|
||||||
echo -e " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀"
|
echo -e " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀"
|
||||||
|
|
Loading…
Reference in New Issue