Commit 4a096743bac7f2c7ad5040b258b9c0704963ed7f

Parents: 6fbc638f41e23ba283afa16aff6f0bb98959a5e8

From: Moritz Poldrack <git@moritz.sh>
Date: Fri Nov 3 19:59:06 2023 +0700

ci: temporarily disable mirroring

		

Stats

.build.yml +4/-4

Changeset

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
diff --git a/.build.yml b/.build.yml
index ca500594a9134b1a16f96b10e6a89375f115488c..ecb6849fe55cc07a054633b7f85188b2f7473163 100644
--- a/.build.yml
+++ b/.build.yml
@@ -23,10 +23,10 @@       cd ~/gogit
       docker build .
   - stop-unless-push: |
       if [ "$BUILD_SUBMITTER" != "git.sr.ht" ]; then complete-build; fi
-  - mirror-to-github: |
-      git clone --mirror https://git.sr.ht/~mpldr/gogit
-      cd gogit.git
-      git push --mirror git@github.com:mpldr/gogit.git
+#  - mirror-to-github: |
+#      git clone --mirror https://git.sr.ht/~mpldr/gogit
+#      cd gogit.git
+#      git push --mirror git@github.com:mpldr/gogit.git
   - update-container: |
       cd ~/gogit
       if git describe --exact-match HEAD; then