fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-15 08:37:21 +00:00
parent 6c9b10e9a7
commit 41de3ef376

View File

@ -18,7 +18,6 @@ stages:
testStable: testStable:
stage: test stage: test
script: script:
- npmci npm prepare
- npmci node install stable - npmci node install stable
- npmci npm install - npmci npm install
- npmci npm test - npmci npm test
@ -26,25 +25,13 @@ testStable:
tags: tags:
- docker - docker
testBuild:
stage: test
script:
- npmci npm prepare
- npmci node install stable
- npmci npm install
- npmci command npm run build
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- notpriv
release: release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services: services:
- docker:stable-dind - docker:stable-dind
stage: release stage: release
script: script:
- npmci node install stable - npmci node install lts
- npmci docker login - npmci docker login
- npmci docker build - npmci docker build
- npmci docker test - npmci docker test