diff options
author | hiromipaw <hiro@torproject.org> | 2017-09-01 18:39:30 +0200 |
---|---|---|
committer | hiromipaw <hiro@torproject.org> | 2017-09-01 18:39:30 +0200 |
commit | 1ec29a1bec6392339db92b86c450c66bfca74f14 (patch) | |
tree | 347afee0ff709ce9c3578ed77ab0afd26556f833 | |
parent | e918f83c1cccb080bdf84300e428cf9a66be3139 (diff) | |
download | tor-1ec29a1bec6392339db92b86c450c66bfca74f14.tar.gz tor-1ec29a1bec6392339db92b86c450c66bfca74f14.zip |
Fix invalid 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 13ea324f34..69e6656f4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,4 +36,4 @@ update: - git checkout master - git config --global user.email "labadmin@oniongit.eu" - git config --global user.name "gitadmin" - - git push --mirror git@oniongit.eu:hiro/tor.git + - git push --mirror git@oniongit.eu:hiro/tor.git
\ No newline at end of file |