1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +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 # - buildWindowsAndLinux
before_script: before_script:
- cd receivers/electron - cd receivers/electron
- apt update && apt install -y python3-boto3 - pip install boto3
script: script:
- python3 scripts/deploy.py - python3 scripts/deploy.py
when: manual when: manual