Skip to content
Snippets Groups Projects
Commit 72785bb2 authored by Rasool Dastoori's avatar Rasool Dastoori
Browse files

cleanup: drop the obsolete commands

parent 70617dc0
No related branches found
Tags release/1.31.0
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment