Update .gitlab-ci.yml file

This commit is contained in:
2025-12-04 13:21:03 +01:00
parent 48e8b36646
commit 0022673a7b

View File

@@ -15,7 +15,8 @@ lint:
- black --check .
- pylint portainer.py
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
rules:
- if: '$CI_COMMIT_MESSAGE =~ /lint/'
build-job: # This job runs in the build stage, which runs first.
stage: build
script: