Compare commits

...

4 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
3 changed files with 6 additions and 8 deletions

View File

@ -5,9 +5,7 @@ services:
stages:
- buildAndTest
- trigger
- pages
- verify
- triggerPagesVerify
before_script:
- yarn global add npmci
@ -41,7 +39,7 @@ buildTestRelase:
- priv
trigger:
stage: trigger
stage: triggerPagesVerify
script:
- npmci trigger
only:
@ -52,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
@ -69,7 +67,7 @@ pages:
- public
verify:
stage: trigger
stage: triggerPagesVerify
script:
- npmci docker pull registry.gitlab.com test
only:

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.56",
"version": "4.3.58",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {