fix(core): update

This commit is contained in:
Philipp Kunz 2019-06-19 11:55:12 +02:00
parent 035d5fa833
commit 71a20b93b4
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# gitzone ci_docker # gitzone ci_docker
image: hosttoday/ht-docker-node:npmci image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
cache: cache:
paths: paths:
@ -27,7 +27,7 @@ testSTABLE:
- docker - docker
release: release:
image: hosttoday/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services: services:
- docker:dind - docker:dind
stage: release stage: release
@ -36,7 +36,7 @@ release:
- npmci docker login - npmci docker login
- npmci docker build - npmci docker build
- npmci docker test - npmci docker test
- npmci docker push registry.gitlab.com - npmci docker push
only: only:
- tags - tags
tags: tags:

View File

@ -7,7 +7,7 @@
"test": "test" "test": "test"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\"" "build": "echo \"Not needed for now\""
}, },
"repository": { "repository": {