Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ cache: pylint: stage: analysis image: python:3.7 allow_failure: true allow_failure: false before_script: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ cache: pylint: stage: analysis image: python:3.7 allow_failure: true allow_failure: false before_script: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python Loading