Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
dfadb7e1f2 | |||
1932695c81 |
@ -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
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user