Update .gitlab-ci.yml file

This commit is contained in:
2025-12-04 22:10:18 +01:00
parent 2719a91426
commit cf5e2ce658

View File

@@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first.
script:
- python3 -m venv venv
- source venv/bin/activate
- pip install pyinstaller requests tabulate gitpython
- pip install pyinstaller requests tabulate gitpython prompt_toolkit
- pyinstaller --onefile portainer.py
- scp dist/portainer jd@morefine.home.lan:/myapps/bin/
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp