From 02fdb0f26ef6dc1285d702fdd3a614dcc6e67938 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 23:14:20 -0600 Subject: [PATCH] Revert "Workaround for volume mounting issues" This reverts commit 0d02de1b14afc18eeff7f9221e56a5ae2fac0867. --- receivers/electron/.gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 4fb5356..624988a 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -38,8 +38,6 @@ buildMac: buildWindowsAndLinux: stage: buildAndDeployElectron image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest - services: - - docker:20.10.16-dind tags: - fcast before_script: @@ -65,8 +63,6 @@ buildWindowsAndLinux: deploy: stage: buildAndDeployElectron image: python:3.12.7-bookworm - services: - - docker:20.10.16-dind tags: - fcast # dependencies: