From 8e899ce382e433524e0da66bcd8c6fca13564a53 Mon Sep 17 00:00:00 2001 From: Laci Dusa Date: Tue, 2 Dec 2025 21:35:11 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63cd8be..a400529 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ lint: - flake8 . - black --check . - pylint portainer.py + - rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp build-job: # This job runs in the build stage, which runs first. stage: build