aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: