Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
dfadb7e1f2 | |||
1932695c81 |
@ -7,6 +7,7 @@ stages:
|
|||||||
- buildAndTest
|
- buildAndTest
|
||||||
- trigger
|
- trigger
|
||||||
- pages
|
- pages
|
||||||
|
- verify
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn global add npmci
|
- yarn global add npmci
|
||||||
@ -66,3 +67,12 @@ pages:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
|
verify:
|
||||||
|
stage: trigger
|
||||||
|
script:
|
||||||
|
- npmci docker pull registry.gitlab.com test
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
tags:
|
||||||
|
- docker
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.55",
|
"version": "4.3.56",
|
||||||
"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": {
|
||||||
|
Reference in New Issue
Block a user