mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-01-29 04:49:44 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user