From 72785bb26cf18d1b720f4ead8a7f6ce1a99b3583 Mon Sep 17 00:00:00 2001 From: Rasool Dastoori <rasool.dastoori@holi.social> Date: Mon, 20 Jan 2025 18:56:16 +0100 Subject: [PATCH] cleanup: drop the obsolete commands --- init.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.sh b/init.sh index daab978..bb755d5 100755 --- a/init.sh +++ b/init.sh @@ -48,8 +48,6 @@ checkoutAndPrepare() { pushd "$2" direnv allow . eval "$(direnv export bash)" - # disable husky, this can be removed after a while, let's say april 2024 - git config --unset-all core.hooksPath || true # install git hooks via pre-commit pre-commit install [ -x ./init.sh ] && ./init.sh @@ -131,10 +129,6 @@ checkoutAndPrepare git@gitlab.holi.team:app/holi-libretranslate.git holi-libretr checkoutAndPrepare git@gitlab.holi.team:app/holi-translation-api.git holi-translation-api checkoutAndPrepare git@gitlab.holi.team:app/holi-moderation.git holi-moderation -# former repositories that shall be deleted -rm -rf holi-tracking-endpoint # added 2024/07/12, can be removed pretty safely end of 2024 - - # these are technically not used in a local development environment, but they # make use of common definitions from holi-meta. If you want to check them out, # then use `./init.sh full` -- GitLab