From 69c1a9132db4ad13ca591c989a5e4f56d80b4767 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Sat, 19 Oct 2024 13:52:23 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 3bf51d6..5e5e67c 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -31,7 +31,7 @@ buildMac: access: all expire_in: "30 days" paths: - - out/make/* + - receivers/electron/out/make/* when: manual buildWindowsAndLinux: @@ -39,6 +39,8 @@ buildWindowsAndLinux: image: gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev:latest tags: - fcast + variables: + - UPLOAD_TO_S3: "false" before_script: - cd receivers/electron script: @@ -54,9 +56,9 @@ buildWindowsAndLinux: access: all expire_in: "30 days" paths: - - out/make/* + - receivers/electron/out/make/* exclude: - - out/make/wix/x64/*.w* + - receivers/electron/out/make/wix/x64/*.w* when: manual deploy: