Compare commits

...

6 Commits

Author SHA1 Message Date
12a9413444 4.3.58 2018-04-29 17:05:05 +02:00
69d937edb0 update to latest standards 2018-04-29 17:04:56 +02:00
4953e7b345 4.3.57 2018-04-10 13:47:24 +02:00
c04e941274 update ci 2018-04-10 13:47:18 +02:00
dfadb7e1f2 4.3.56 2018-04-10 13:45:01 +02:00
1932695c81 add verify step 2018-04-10 13:44:54 +02:00
3 changed files with 14 additions and 6 deletions

View File

@ -5,8 +5,7 @@ services:
stages:
- buildAndTest
- trigger
- pages
- triggerPagesVerify
before_script:
- yarn global add npmci
@ -40,7 +39,7 @@ buildTestRelase:
- priv
trigger:
stage: trigger
stage: triggerPagesVerify
script:
- npmci trigger
only:
@ -51,10 +50,10 @@ trigger:
- priv
pages:
stage: triggerPagesVerify
before_script:
- 'npmci -v'
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command yarn global add npmpage
- npmci command npmpage
@ -66,3 +65,12 @@ pages:
expire_in: 1 week
paths:
- public
verify:
stage: triggerPagesVerify
script:
- npmci docker pull registry.gitlab.com test
only:
- tags
tags:
- docker

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>"
RUN yarn global add npmci
RUN yarn global add @shipzone/npmci

View File

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