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
|