mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
only fetch develop for check-newsfragments
This commit is contained in:
parent
480d98c91f
commit
83d9ca7122
@ -15,10 +15,6 @@ branches:
|
|||||||
- develop
|
- develop
|
||||||
- /^release-v/
|
- /^release-v/
|
||||||
|
|
||||||
before_script:
|
|
||||||
- git remote set-branches --add origin develop
|
|
||||||
- git fetch origin develop
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
@ -57,6 +53,10 @@ matrix:
|
|||||||
if: type = pull_request
|
if: type = pull_request
|
||||||
python: 3.6
|
python: 3.6
|
||||||
env: TOX_ENV=check-newsfragment
|
env: TOX_ENV=check-newsfragment
|
||||||
|
script:
|
||||||
|
- git remote set-branches --add origin develop
|
||||||
|
- git fetch origin develop
|
||||||
|
- tox -e $TOX_ENV
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
Loading…
Reference in New Issue
Block a user