Fixed retry

This commit is contained in:
Joel Collins 2020-11-17 16:11:02 +00:00
parent f15a5c73d1
commit 94bc49cd5c

View file

@ -13,7 +13,7 @@ pylint:
stage: analysis stage: analysis
image: python:3.7 image: python:3.7
allow_failure: false allow_failure: false
retry: 3 retry: 1
before_script: before_script:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
@ -34,7 +34,7 @@ black:
stage: analysis stage: analysis
image: python:3.7 image: python:3.7
allow_failure: true allow_failure: true
retry: 3 retry: 1
before_script: before_script:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python