fix(core): update

This commit is contained in:
2019-08-12 11:27:55 +02:00
commit 62ae969ab1
11 changed files with 1871 additions and 0 deletions

31
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,31 @@
# gitzone ci_default
image: hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
cache:
paths:
- .npmci_cache/
key: "$CI_BUILD_STAGE"
stages:
- metadata
pages:
image: hosttoday/ht-docker-dbase:npmci
services:
- docker:18-dind
stage: metadata
script:
- npmci npm install
- npmci command npm run docs
tags:
- docker
- priv
only:
- tags
artifacts:
expire_in: 1 week
paths:
- public
allow_failure: true