From fa54431280280bce90a90a2c47f8e7faec4d8519 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 23 Aug 2019 00:05:21 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 18 +++++++++++++++++- README.md | 4 ++-- package.json | 3 ++- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d4acf4..e276113 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ # gitzone ci_default image: registry.gitlab.com/hosttoday/ht-docker-node:npmci +variables: + GIT_STRATEGY: clone cache: paths: @@ -48,6 +50,18 @@ testLTS: coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker + - priv + +testBuild: + stage: test + script: + - npmci npm prepare + - npmci node install lts + - npmci npm install + - npmci command npm run build + coverage: /\d+.?\d+?\%\s*coverage/ + tags: + - docker - notpriv release: @@ -86,7 +100,9 @@ trigger: - notpriv pages: - image: hosttoday/ht-docker-node:npmci + image: hosttoday/ht-docker-dbase:npmci + services: + - docker:18-dind stage: metadata script: - npmci command npm install -g @gitzone/tsdoc diff --git a/README.md b/README.md index c9a11c1..ad031ce 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,6 @@ tap.start(); // start the test, will automtically plan tests for you (so the tap For further information read the linked docs at the top of this readme. > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) -| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html) +| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy) -[![repo-footer](https://pushrocks.gitlab.io/assets/repo-footer.svg)](https://maintainedby.lossless.com) +[![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com) diff --git a/package.json b/package.json index 66ba473..6da8a67 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,10 @@ "ts_web/*", "dist/*", "dist_web/*", + "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] -} +} \ No newline at end of file