From b4e6b8d746e2cdea5aa0580d4ef90498a6bbf0a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Wed, 28 Jul 2021 18:09:59 +0200 Subject: [PATCH] generate in ci --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1beb020..dc4a723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ check: build: image: node:14-buster stage: build + variables: + GIT_SUBMODULE_STRATEGY: recursive tags: - hottis - linux @@ -40,6 +42,7 @@ build: sed -i -e 's/GITTAGVERSION/'"$CI_COMMIT_TAG"':'"$CI_COMMIT_SHORT_SHA"'/' ./src/app/navigation/navigation.component.html; fi - npm install + - npm run generate - ./node_modules/.bin/ng build --prod - tar -czf ../dist.tgz dist