From 44f0c7b5ee85699303195a5b3cdf2fe7404b16b1 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Thu, 21 Nov 2024 02:48:16 -0600 Subject: [PATCH] Add early warning of faulty docker volume mount --- receivers/electron/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index 624988a..fe58103 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -41,6 +41,7 @@ buildWindowsAndLinux: tags: - fcast before_script: + - '[ ! -d "/artifacts" ] && echo "WARNING: Required directory to copy artifacts does not exist... Recommend aborting..."' - cd receivers/electron script: - npm install