Compare commits

...

2 Commits

Author SHA1 Message Date
dfadb7e1f2 4.3.56 2018-04-10 13:45:01 +02:00
1932695c81 add verify step 2018-04-10 13:44:54 +02:00
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,7 @@ stages:
- buildAndTest
- trigger
- pages
- verify
before_script:
- yarn global add npmci
@ -66,3 +67,12 @@ pages:
expire_in: 1 week
paths:
- public
verify:
stage: trigger
script:
- npmci docker pull registry.gitlab.com test
only:
- tags
tags:
- docker

View File

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