fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-23 17:25:47 +02:00
parent edd645a222
commit 274939af46
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
# gitzone ci_docker # gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
variables:
GIT_STRATEGY: clone
cache: cache:
paths: paths:
@ -28,14 +30,14 @@ testLTS:
release: release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services: services:
- docker:dind - docker:18-dind
stage: release stage: release
script: script:
- npmci node install lts - npmci node install lts
- npmci docker login - npmci docker login
- npmci docker build - npmci docker build
- npmci docker test - npmci docker test
- npmci docker push - npmci docker push registry.gitlab.com
only: only:
- tags - tags
tags: tags:

View File

@ -32,4 +32,4 @@
"directories": { "directories": {
"test": "test" "test": "test"
} }
} }

View File

@ -54,6 +54,6 @@ For further information read the linked docs at the top of this README.
For further information read the linked docs at the top of this readme. For further information read the linked docs at the top of this readme.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) > 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://hosttoday.gitlab.io/assets/repo-footer.svg)](https://maintainedby.lossless.com) [![repo-footer](https://lossless.gitlab.io/publicrelations/repofooter.svg)](https://maintainedby.lossless.com)