Update .gitlab-ci.yml file

This commit is contained in:
2025-12-23 14:57:46 +01:00
parent c22287f53b
commit d0f2cfc75f

View File

@@ -31,9 +31,10 @@ lint:
- if: '$CI_COMMIT_MESSAGE =~ /lint/'
build-job: # This job runs in the build stage, which runs first.
stage: build
image: r.sectorq.eu/jaydee/builder-portainer:latest
# image: r.sectorq.eu/jaydee/builder-portainer:latest
before_script:
- export PYTHONPATH=$PWD
- python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit hvac
script:
- mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa