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

Changing tag due to runner naming collision

This commit is contained in:
Michael Hollister 2024-11-21 02:52:44 -06:00
parent 44f0c7b5ee
commit 07a3adab1c

View file

@ -39,9 +39,8 @@ buildWindowsAndLinux:
stage: buildAndDeployElectron stage: buildAndDeployElectron
image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest
tags: tags:
- fcast - fcast-instance-runner
before_script: before_script:
- '[ ! -d "/artifacts" ] && echo "WARNING: Required directory to copy artifacts does not exist... Recommend aborting..."'
- cd receivers/electron - cd receivers/electron
script: script:
- npm install - npm install