Update .gitlab-ci.yml file

This commit is contained in:
2025-12-12 17:45:00 +01:00
parent b434887ff9
commit 2319a13554

View File

@@ -7,9 +7,9 @@ variables:
GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes" GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes"
lint: lint:
stage: lint stage: lint
# image: python:3.12 image: r.sectorq.eu/jaydee/builder-portainer:latest
before_script: before_script:
- python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit hvac
- export PATH="$PATH:/home/gitlab-runner/.local/bin" - export PATH="$PATH:/home/gitlab-runner/.local/bin"
# - echo "PATH is now: $PATH" # - echo "PATH is now: $PATH"
script: script: