Stop attempting to unconditionally mirror the tor repository in GitLab
CI. This prevented developers from enabling GitLab CI on master
because the "update" job would attempt to run, causing an unuseful CI
failure. Fixes bug 23755.
- "make install"
update:
+ only:
+ - schedules
script:
- "apt-get install -y --fix-missing git openssh-client"
- "mkdir tor"
- "cd tor"
- git clone --bare https://git.torproject.org/tor.git
- - git push --mirror git@oniongit.eu:network/tor.git
\ No newline at end of file
+ - git push --mirror git@oniongit.eu:network/tor.git
--- /dev/null
+ o Minor bugfixes (testing):
+ - Stop unconditionally mirroring the tor repository in GitLab CI.
+ This prevented developers from enabling GitLab CI on master.
+ Fixes bug 23755; bugfix on 0.3.2.2-alpha.