Fixed retry
This commit is contained in:
parent
f15a5c73d1
commit
94bc49cd5c
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ pylint:
|
|||
stage: analysis
|
||||
image: python:3.7
|
||||
allow_failure: false
|
||||
retry: 3
|
||||
retry: 1
|
||||
|
||||
before_script:
|
||||
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
|
|
@ -34,7 +34,7 @@ black:
|
|||
stage: analysis
|
||||
image: python:3.7
|
||||
allow_failure: true
|
||||
retry: 3
|
||||
retry: 1
|
||||
|
||||
before_script:
|
||||
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue