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: stages:
- buildAndTest - buildAndTest
- trigger - triggerPagesVerify
- pages
- verify
before_script: before_script:
- yarn global add npmci - yarn global add npmci
@ -41,7 +39,7 @@ buildTestRelase:
- priv - priv
trigger: trigger:
stage: trigger stage: triggerPagesVerify
script: script:
- npmci trigger - npmci trigger
only: only:
@ -52,10 +50,10 @@ trigger:
- priv - priv
pages: pages:
stage: triggerPagesVerify
before_script: before_script:
- 'npmci -v' - 'npmci -v'
image: hosttoday/ht-docker-node:npmci image: hosttoday/ht-docker-node:npmci
stage: pages
script: script:
- npmci command yarn global add npmpage - npmci command yarn global add npmpage
- npmci command npmpage - npmci command npmpage
@ -69,7 +67,7 @@ pages:
- public - public
verify: verify:
stage: trigger stage: triggerPagesVerify
script: script:
- npmci docker pull registry.gitlab.com test - npmci docker pull registry.gitlab.com test
only: only:

View File

@ -1,4 +1,4 @@
FROM hosttoday/ht-docker-node:stable FROM hosttoday/ht-docker-node:stable
LABEL author="Lossless GmbH <office@lossless.com>" 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", "name": "ht-docker-node",
"version": "4.3.56", "version": "4.3.58",
"description": "docker image with nodejs with shipzone.io support", "description": "docker image with nodejs with shipzone.io support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {