mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-15 19:14:52 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,11 +7,12 @@ 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: python:3.12
|
||||||
before_script:
|
image: r.sectorq.eu/jaydee/portainer:latest
|
||||||
- python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit
|
# before_script:
|
||||||
- export PATH="$PATH:/home/gitlab-runner/.local/bin"
|
# - python3 -m pip install --break-system-packages flake8 black pylint tabulate prompt_toolkit
|
||||||
# - echo "PATH is now: $PATH"
|
# - export PATH="$PATH:/home/gitlab-runner/.local/bin"
|
||||||
|
# # - echo "PATH is now: $PATH"
|
||||||
script:
|
script:
|
||||||
- flake8 .
|
- flake8 .
|
||||||
- black --check .
|
- black --check .
|
||||||
|
|||||||
Reference in New Issue
Block a user