Skip to content
Snippets Groups Projects
Commit 3aacc5b4644b authored by Laurent Peuch's avatar Laurent Peuch
Browse files

fix: uses correct public registry images

parent 5b9b56558d87
No related branches found
No related tags found
1 merge request!23fix: uses correct public registry images
Pipeline #94395 canceled
---
black:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
stage: lint
script: tox -e black
---
check-manifest:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
stage: lint
script: tox -e check-manifest
---
flake8:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
stage: lint
script:
- tox -e flake8 -- --exit-zero --format gl-codeclimate --output-file gl-code-quality-report.json
......
---
mypy:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
stage: lint
allow_failure: true
script: tox -e mypy
......@@ -2,5 +2,5 @@
safety:
interruptible: true
stage: lint
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
script: tox -e safety
---
yamllint:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
stage: lint
rules:
- changes:
......
---
py3:
interruptible: true
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/buster-slim-pg11
stage: tests
script: tox -e py3 -- --junitxml=report.xml
artifacts:
......
---
pypi-publish:
stage: publish
image: registry.logilab.fr/logilab/infra/dockerfiles/debian-buster-slim-pg11
image: ${CI_REGISTRY}/cubicweb/dockerfiles/python-logilab:latest
rules:
- if: '$CI_MERGE_REQUEST_ID'
when: never
......
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