From 07a3adab1c9aac253f2979c28e4cc066d42c81c8 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 21 Nov 2024 02:52:44 -0600 Subject: [PATCH] Changing tag due to runner naming collision --- receivers/electron/.gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index fe58103..c79e5d8 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -39,9 +39,8 @@ buildWindowsAndLinux: stage: buildAndDeployElectron image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest tags: - - fcast + - fcast-instance-runner before_script: - - '[ ! -d "/artifacts" ] && echo "WARNING: Required directory to copy artifacts does not exist... Recommend aborting..."' - cd receivers/electron script: - npm install