1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-20 16:07:00 -05:00
parent d47f05e9a2
commit aab6ba5b27

View file

@ -70,7 +70,7 @@ deploy:
# - buildWindowsAndLinux
before_script:
- cd receivers/electron
- apt update && apt install -y python3-boto3
- pip install boto3
script:
- python3 scripts/deploy.py
when: manual