Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
12a9413444 | |||
69d937edb0 | |||
4953e7b345 | |||
c04e941274 | |||
dfadb7e1f2 | |||
1932695c81 |
@ -5,8 +5,7 @@ services:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- buildAndTest
|
- buildAndTest
|
||||||
- trigger
|
- triggerPagesVerify
|
||||||
- pages
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn global add npmci
|
- yarn global add npmci
|
||||||
@ -40,7 +39,7 @@ buildTestRelase:
|
|||||||
- priv
|
- priv
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
stage: trigger
|
stage: triggerPagesVerify
|
||||||
script:
|
script:
|
||||||
- npmci trigger
|
- npmci trigger
|
||||||
only:
|
only:
|
||||||
@ -51,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
|
||||||
@ -66,3 +65,12 @@ pages:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
|
verify:
|
||||||
|
stage: triggerPagesVerify
|
||||||
|
script:
|
||||||
|
- npmci docker pull registry.gitlab.com test
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
tags:
|
||||||
|
- docker
|
@ -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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.55",
|
"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": {
|
||||||
|
Reference in New Issue
Block a user