1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
#python-lint:
# image: debian:sid
# before_script:
# - apt -y update
# - apt -y install ruff
# script:
# - ruff check .
# Reprotest triggers a test failure not related to reproducibility
variables:
SALSA_CI_DISABLE_REPROTEST: 1
SALSA_CI_DISABLE_VERSION_BUMP: 1
SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
|