From 0022673a7b07e9c6932f5bd1d22c9ad559f974fc Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Thu, 4 Dec 2025 13:21:03 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a400529..a1d2f1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: