Skip to content
Snippets Groups Projects
Commit 347bc027 authored by David Schäfer's avatar David Schäfer
Browse files

trying to fix the pipeline

parent 3f2320b0
No related branches found
No related tags found
1 merge request!802trying to fix the pipeline
Pipeline #201609 failed with stages
in 1 minute
......@@ -10,5 +10,6 @@ docs/_api
docs/_build
docs/resources/temp/*
coverage.xml
builds*/
venv*/
**/.*
......@@ -44,26 +44,27 @@ default:
black:
stage: compliance
script:
- pwd
- pip install black
- black --check .
# check if imports are sorted
isort:
stage: compliance
script:
- pip install isort
- isort --check .
# Check compliance with the REUSE specification
reuse:
stage: compliance
image:
name: fsfe/reuse:latest
entrypoint: [""]
before_script:
- echo "Override default 'before_script'..."
script:
- reuse lint
# # check if imports are sorted
# isort:
# stage: compliance
# script:
# - pip install isort
# - isort --check .
# # Check compliance with the REUSE specification
# reuse:
# stage: compliance
# image:
# name: fsfe/reuse:latest
# entrypoint: [""]
# before_script:
# - echo "Override default 'before_script'..."
# script:
# - reuse 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