From ab41550fadeef89e932d9498214636b067c3709d Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Thu, 1 Jul 2021 16:43:01 +0200 Subject: [PATCH] git version in ui --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 477c0ef..3972524 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build: script: - cd hv2-ui - if [ "$CI_COMMIT_TAG" != "" ]; then - sed -i -e 's/GITTAGVERSION/'"$CI_COMMIT_TAG"'/' ./src/app/navigation/navigation.component.html + sed -i -e 's/GITTAGVERSION/'"$CI_COMMIT_TAG"'/' ./src/app/navigation/navigation.component.html; fi - npm install - ./node_modules/.bin/ng build --prod