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

Pylint merge trouble

parent 2d18507a
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 #10085 failed with stages
in 57 seconds
......@@ -210,17 +210,17 @@ behave-integration:
# TODO: Fix https://open.greenhost.net/stackspin/single-sign-on/-/issues/82
#
#pylint:
# stage: build
# variables:
# KANIKO_CONTEXT: "test/lint/pylint"
# KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
# extends: .kaniko_build
# only:
# changes:
# - test/lint/pylint/Dockerfile
# - test/lint/pylint/requirements.txt
# - .gitlab-ci.yml
pylint:
stage: build
variables:
KANIKO_CONTEXT: "test/lint/pylint"
KANIKO_BUILD_IMAGENAME: $CI_JOB_NAME
extends: .kaniko_build
only:
changes:
- test/lint/pylint/Dockerfile
- test/lint/pylint/requirements.txt
- .gitlab-ci.yml
#
# pylint-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