Skip to content
Snippets Groups Projects
Commit 83d9ca71 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

only fetch develop for check-newsfragments

parent 480d98c9
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,6 @@ branches: ...@@ -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: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment