mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
disable double requires-io-master CI builds
This commit is contained in:
parent
a9e002af18
commit
af0ad49434
@ -1,6 +1,10 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
build: off # Not a C# project
|
build: off # Not a C# project
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- requires-io-master
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CI_DEPS: codecov>=2.0.5
|
CI_DEPS: codecov>=2.0.5
|
||||||
CI_COMMANDS: codecov
|
CI_COMMANDS: codecov
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- requires-io-master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CI_DEPS=codecov>=2.0.5
|
- CI_DEPS=codecov>=2.0.5
|
||||||
- CI_COMMANDS=codecov
|
- CI_COMMANDS=codecov
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10000
|
depth: 10000
|
||||||
|
|
||||||
@ -104,4 +109,3 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.pyenv
|
- $HOME/.pyenv
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
# - $HOME/build/mitmproxy/mitmproxy/.tox
|
|
||||||
|
Loading…
Reference in New Issue
Block a user