blueprints.git

commit 5d5445e55cf6dcd636f387689d2942ce2a264f74

Author: Adam <git@apiote.xyz>

change kosync to git.apiote.xyz repo

 kosync/build.sh | 4 +---


diff --git a/kosync/build.sh b/kosync/build.sh
index 72aded66b3852aaa00da154f14bea9f53ec75171..c9315bfd86f388c7b03c27fd39d8186312449793 100755
--- a/kosync/build.sh
+++ b/kosync/build.sh
@@ -4,10 +4,8 @@ set -ex
 
 item="$1"
 
-git clone https://github.com/yeeac/kosyncsrv
+git clone https://git.apiote.xyz/git/kosyncsrv.git
 cd kosyncsrv
-go mod init github.com/yeeac/kosyncsrv
-go mod tidy
 go build
 commit=$(git show --pretty=oneline --abbrev-commit --name-only | head -n1 | cut -d ' ' -f 1)
 timestamp=$(date '+%Y%m%dT%H%M')