aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-08-01 22:10:20 -0700
committerMax Resnick <max@ofmax.li>2025-09-06 21:47:16 -0700
commitdf0a52f53739a1bc05620f3f21533922488c0491 (patch)
treeb5c201bbf214a93d8ed934492bd888e8fc8a1388 /justfile
parent462bfd8fc9707a5eae3233e69f5b8a522972ed74 (diff)
downloadgo-git-server-df0a52f53739a1bc05620f3f21533922488c0491.tar.gz
feat: go-module support1.0.4-latest.df0a52f.11
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 276baa0..430818f 100644
--- a/justfile
+++ b/justfile
@@ -91,8 +91,8 @@ docker-push registry=DEFAULT_REGISTRY:
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}}
+ cp tests/test_gitserver.yaml {{repo}}/gitserver.yaml
+ go run cmd/main.go -s {{repo}}/gitserver.yaml
test:
golangci-lint run