From 17610cb834ec2945f8cadd15a2295c8ac6a162e7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 23 Aug 2019 16:48:52 +0200 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 12 ++++++++---- package.json | 2 +- readme.md | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9eaccc..a6159b7 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: @@ -38,17 +40,17 @@ snyk: # test stage # ==================== -testLTS: +testStable: stage: test script: - npmci npm prepare - - npmci node install lts + - npmci node install stable - npmci npm install - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: - docker - - notpriv + - priv testBuild: stage: test @@ -98,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/package.json b/package.json index be62fdb..40a09a6 100644 --- a/package.json +++ b/package.json @@ -65,4 +65,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file diff --git a/readme.md b/readme.md index c998e35..ffba0f5 100644 --- a/readme.md +++ b/readme.md @@ -96,6 +96,6 @@ Use TypeScript for best in class instellisense. 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://shipzone.gitlab.io/assets/repo-footer.svg)](https://maintainedby.lossless.com) +[![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com)