Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-meta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-meta
Commits
72785bb2
Commit
72785bb2
authored
2 months ago
by
Rasool Dastoori
Browse files
Options
Downloads
Patches
Plain Diff
cleanup: drop the obsolete commands
parent
70617dc0
No related branches found
Branches containing commit
Tags
release/1.31.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init.sh
+0
-6
0 additions, 6 deletions
init.sh
with
0 additions
and
6 deletions
init.sh
+
0
−
6
View file @
72785bb2
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment