From 40773b7b088d8ba3593f58fc7b189f8d547a0829 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 2 Nov 2023 08:38:37 +0000 Subject: [PATCH] chore(gitpod): Speed up workspace initialisation --- .gitpod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9b831f29a..7dc30dc6c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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 " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀"