fix in ci

This commit is contained in:
Wolfgang Hottgenroth 2021-09-11 18:12:09 +02:00
parent 72a3241286
commit 1450c8fdd7
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -56,7 +56,7 @@ build-ui:
- cd ui/hv2-ui
- if [ "$CI_COMMIT_TAG" != "" ]; then
sed -i -e 's/GITTAGVERSION/'"$CI_COMMIT_TAG"':'"$CI_COMMIT_SHORT_SHA"'/' ./src/app/navigation/navigation.component.html;
sed -i -e 's,http://localhost:8080,https://api.hv.nober.de, ./src/app/config.ts
sed -i -e 's,http://localhost:8080,https://api.hv.nober.de,' ./src/app/config.ts
fi
- npm install
- ./node_modules/.bin/ng build --prod