Skip to content
Snippets Groups Projects
Commit 60ae0f6b 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
No related merge requests found
Pipeline #201608 failed with stages
in 1 minute and 2 seconds
......@@ -10,5 +10,6 @@ docs/_api
docs/_build
docs/resources/temp/*
coverage.xml
builds*/
venv*/
**/.*
......@@ -47,23 +47,23 @@ black:
- 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