mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2025-12-14 10:44:52 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
@@ -7,7 +7,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
|
||||
- pip install pyinstaller requests tabulate gitpython
|
||||
- pyinstaller --onefile portainer.py
|
||||
- scp dist/portainer jd@morefine.home.lan:/myapps/bin/
|
||||
- rm -rf /home/gitlab-runner/builds/1fLwHSKm2/0/jaydee/portainer.tmp
|
||||
|
||||
Reference in New Issue
Block a user