diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-10-04 09:40:04 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-10-05 13:37:57 -0500 |
commit | d5d811e2d08beca0b6029cfab50201966335f976 (patch) | |
tree | b80f6c972d9757b2a9378e7a6a3d317db08658d8 /changes | |
parent | 44e4a96bb5d2a01d57084ec8beb14e4518644614 (diff) | |
download | tor-d5d811e2d08beca0b6029cfab50201966335f976.tar.gz tor-d5d811e2d08beca0b6029cfab50201966335f976.zip |
Only run "update" job from scheduled pipelines
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23755 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23755 b/changes/bug23755 new file mode 100644 index 0000000000..98f0970344 --- /dev/null +++ b/changes/bug23755 @@ -0,0 +1,4 @@ + 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. |