Skip to content

Commit

Permalink
CI: move fetch-tor-debs job to weekly
Browse files Browse the repository at this point in the history
deb.torproject.org no longer mirrors 3.5.x xenial packages, causing the fetch-tor-debs target to fail. Since we will be remaining on the 3.5.x series since it will outlive 4.0.x due to its LTS status, we should move this check to weekly as it is expected to fail until a new 3.5.x package is released.
  • Loading branch information
emkll committed Jul 25, 2019
1 parent 62e96ff commit edbc321
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,15 +408,6 @@ workflows:
- /update-builder-.*/
requires:
- lint
- fetch-tor-debs:
filters:
branches:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- updater-gui-tests:
filters:
branches:
Expand Down Expand Up @@ -471,3 +462,4 @@ workflows:
- deb-tests
- translation-tests
- docs-linkcheck
- fetch-tor-debs

0 comments on commit edbc321

Please sign in to comment.