1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +00:00

Fixing more CI runner tag conflicts

This commit is contained in:
Michael Hollister 2024-11-21 12:07:49 -06:00
parent a2ded729d1
commit 104398a91d

View file

@ -5,7 +5,7 @@ buildElectronDockerContainer:
services: services:
- docker:20.10.16-dind - docker:20.10.16-dind
tags: tags:
- fcast - fcast-instance-runner
before_script: before_script:
- cd receivers/electron - cd receivers/electron
script: script:
@ -64,7 +64,7 @@ deploy:
stage: buildAndDeployElectron stage: buildAndDeployElectron
image: python:3.12.7-bookworm image: python:3.12.7-bookworm
tags: tags:
- fcast - fcast-instance-runner
# dependencies: # dependencies:
# - buildMac # - buildMac
# - buildWindowsAndLinux # - buildWindowsAndLinux