Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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