From b05bce3b37ffbd06de02217e81bf4234a68523ee 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 Part-of: --- .gitpod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index d925d1925..473c802e2 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -59,9 +59,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 " ⠀⠀⠀⠈⠉⠻⣿⣿⠟⠉⠁⠀⠀⠀"