From 594011f8cef8f4819799523368a230d837accc7e Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Wed, 14 Apr 2021 15:14:39 -0500 Subject: [PATCH] cicd --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b96f59..ebd9da8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ build: - echo "VERSION=$VERSION" >> variables.env - export APPNAME=$(node -e "console.log(require('./package.json').productName)") - echo "APPNAME=$APPNAME" >> variables.env + - cd ~/Documents/crimata-electron - yarn electron:build artifacts: reports: -- 2.43.0