diff options
author | hiromipaw <hiro@torproject.org> | 2017-09-01 19:33:25 +0200 |
---|---|---|
committer | hiromipaw <hiro@torproject.org> | 2017-09-01 19:33:25 +0200 |
commit | 27473c5466940816b3cd75e9f3fb0fd11479c805 (patch) | |
tree | 1a0dd46c5f3c874c73b6f3eb8b0e92b6a9231c92 /.gitlab-ci.yml | |
parent | 086a6702c45840ab835aa5435653ae4fc2991f45 (diff) | |
download | tor-27473c5466940816b3cd75e9f3fb0fd11479c805.tar.gz tor-27473c5466940816b3cd75e9f3fb0fd11479c805.zip |
Modify gitlab-ci to merge into tor repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ab8800cd8..78a1b0e7ef 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 |