mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 18:44:53 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -22,7 +22,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 tabulate gitpython
|
- pip install pyinstaller requests tabulate gitpython prompt_toolkit
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user