Skip to content
Snippets Groups Projects
Verified Commit 76a3e400 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

comment out broken job to fix in #82

parent 8fb3ea8a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment