aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-04-08 21:46:26 -0700
committerMax Resnick <max@ofmax.li>2025-04-08 21:46:26 -0700
commitc3070f64c1798e44392e2967898a26bb2ce7e32e (patch)
treea2ce26ede19523091c04b3d8505028b6171ad486
parentc0c27bf65225b68d5d474d090ace2f87339c282a (diff)
downloadgo-git-server-c3070f64c1798e44392e2967898a26bb2ce7e32e.tar.gz
feat: add mgmt repo to local runs
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index 63975a7..dd0f0c0 100644
--- a/justfile
+++ b/justfile
@@ -91,6 +91,7 @@ docker-push registry="public.ecr.aws/s0f9o2k5":
docker push {{registry}}/go-git-server:$new_ver
run repo=(TEMPDIR):
+ git clone --bare mgmt {{repo}}/mgmt.git
go run cmd/main.go -a -r {{repo}}
test: