From 1148faef6da0cf415a9ec62c4c10c344cc1bf9a3 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 5 Nov 2021 11:09:49 +0100 Subject: [PATCH] comment out broken job to fix in #82 --- .gitlab-ci.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a3cdb..61f63e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ include: stages: - build - build-test-images - - lint + # TODO: Re-enable after fixing #82 + # - lint - application-test - integration-test @@ -166,14 +167,16 @@ behave-integration: expire_in: 1 month when: on_failure -pylint-lint: - stage: lint - variables: - GIT_AUTHOR_NAME: "RUNNER" - GIT_AUTHOR_EMAIL: "runner@greenhost.net" - PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy" - image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME} - script: - - echo "Reverting back to master to squash commits" - # - git reset --soft master - - git lint +# TODO: Fix https://open.greenhost.net/stackspin/single-sign-on/-/issues/82 +# +# pylint-lint: +# stage: lint +# variables: +# GIT_AUTHOR_NAME: "RUNNER" +# GIT_AUTHOR_EMAIL: "runner@greenhost.net" +# PYLINT_PLUGINS: "pylint_flask pylint_flask_sqlalchemy" +# image: ${CI_REGISTRY_IMAGE}/pylint:${CI_COMMIT_REF_NAME} +# script: +# - echo "Reverting back to master to squash commits" +# - git reset --soft master +# - git lint -- GitLab