Compare commits

..

2 Commits

Author SHA1 Message Date
8f914cbf47 4.3.55 2018-04-09 18:47:33 +02:00
7b390fd1da update ci to put less strain on network 2018-04-09 18:47:28 +02:00
2 changed files with 6 additions and 35 deletions

View File

@ -2,15 +2,9 @@
image: hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay
stages:
- buildAndTest
- build
- test
- release
- trigger
- pages
@ -18,7 +12,7 @@ before_script:
- yarn global add npmci
- npmci docker login
buildAndTest:
buildTest:
stage: buildAndTest
script:
- npmci docker build
@ -30,37 +24,14 @@ buildAndTest:
- lossless
- priv
build:
stage: build
buildTestRelase:
stage: buildAndTest
script:
- npmci docker build
- npmci docker push registry.gitlab.com test
only:
- tags
- triggers
tags:
- lossless
- priv
test:
stage: test
script:
- npmci docker pull registry.gitlab.com test
- npmci docker test
only:
- tags
- triggers
tags:
- lossless
- priv
release:
stage: release
script:
- npmci docker pull registry.gitlab.com test
- npmci docker push docker.io
- npmci docker push registry.gitlab.com test
- npmci docker push registry.gitlab.com
- npmci docker push docker.io
only:
- tags
- triggers

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.54",
"version": "4.3.55",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {