Update .gitlab-ci.yml file

This commit is contained in:
2025-12-02 17:58:33 +01:00
parent 60d9b8e1c8
commit f654a483ea

View File

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