1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Add early warning of faulty docker volume mount

This commit is contained in:
Michael Hollister 2024-11-21 02:48:16 -06:00
parent 90657117ee
commit 44f0c7b5ee

View file

@ -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