From 87c64fe1c462cdf7b06e4f80babacaa724747e3c Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Tue, 17 Sep 2024 09:52:08 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 2 ++ receivers/electron/deploy.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index f920a30..3823cec 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -1,6 +1,8 @@ buildMacOs: stage: buildAndDeployElectron + tags: + - m1-macos before_script: - cd receivers/electron script: diff --git a/receivers/electron/deploy.sh b/receivers/electron/deploy.sh index 68c63a1..e418ecd 100644 --- a/receivers/electron/deploy.sh +++ b/receivers/electron/deploy.sh @@ -5,6 +5,7 @@ # Build content echo "CI testing setup" +pwd # echo "Building content..." # npm install