commit 27473c5466940816b3cd75e9f3fb0fd11479c805 Author: hiromipaw hiro@torproject.org Date: Fri Sep 1 19:33:25 2017 +0200
Modify gitlab-ci to merge into tor repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ab8800cd..78a1b0e7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,4 +36,4 @@ update: - "mkdir tor" - "cd tor" - git clone --bare https://git.torproject.org/tor.git - - git push --mirror git@oniongit.eu:hiro/tor.git \ No newline at end of file + - git push --mirror git@oniongit.eu:network/tor.git \ No newline at end of file
tor-commits@lists.torproject.org