From 5e85c9fef0483c10d42d8e9b360ed4514589e2c3 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 22 Oct 2018 12:25:12 +0200 Subject: [PATCH] Build app using gitlab --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c0f6536..bb3ca3f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,16 @@ image: node:8 before_script: - yarn install +build site: + stage: build + script: + - yarn install --progress=false + - yarn run build + artifacts: + expire_in: 1 week + paths: + - build + cache: paths: - node_modules/