commit 27473c5466940816b3cd75e9f3fb0fd11479c805 parent 086a6702c45840ab835aa5435653ae4fc2991f45 Author: hiromipaw <hiro@torproject.org> Date: Fri, 1 Sep 2017 19:33:25 +0200 Modify gitlab-ci to merge into tor repo Diffstat:
| M | .gitlab-ci.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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