Skip to content
Snippets Groups Projects
Commit 4e14f62e authored by Mart van Santen's avatar Mart van Santen
Browse files

Clean up

parent c17529f5
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!57Resolve "Add login panel CI/CD to create (docker) image"
Pipeline #10086 failed with stages
in 52 seconds
...@@ -3,7 +3,6 @@ include: ...@@ -3,7 +3,6 @@ include:
stages: stages:
- build - build
# TODO: Re-enable after fixing #82
- lint - lint
# TODO: Re-enable after fixing #73 # TODO: Re-enable after fixing #73
# - application-test # - application-test
...@@ -208,8 +207,6 @@ behave-integration: ...@@ -208,8 +207,6 @@ behave-integration:
when: on_failure when: on_failure
# TODO: Fix https://open.greenhost.net/stackspin/single-sign-on/-/issues/82
#
pylint: pylint:
stage: build stage: build
variables: variables:
...@@ -221,18 +218,6 @@ pylint: ...@@ -221,18 +218,6 @@ pylint:
- test/lint/pylint/Dockerfile - test/lint/pylint/Dockerfile
- test/lint/pylint/requirements.txt - test/lint/pylint/requirements.txt
- .gitlab-ci.yml - .gitlab-ci.yml
#
# 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 main to squash commits"
# - git reset --soft main
# - git lint
pylint-lint: pylint-lint:
stage: lint stage: 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