Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
d0d3e15922 | |||
9a845b8ec7 | |||
75cc86d69f | |||
9f872eb376 | |||
15165235fd | |||
9e23bf4811 |
@ -1,3 +1,4 @@
|
|||||||
|
# gitzone docker
|
||||||
image: hosttoday/ht-docker-dbase:latest
|
image: hosttoday/ht-docker-dbase:latest
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
@ -7,6 +8,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- release
|
- release
|
||||||
- trigger
|
- trigger
|
||||||
|
- pages
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm uninstall -g npmci
|
- npm uninstall -g npmci
|
||||||
@ -52,3 +54,18 @@ trigger:
|
|||||||
tags:
|
tags:
|
||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
|
|
||||||
|
pages:
|
||||||
|
image: hosttoday/ht-docker-node:npmci
|
||||||
|
stage: pages
|
||||||
|
script:
|
||||||
|
- npmci command yarn global add npmpage
|
||||||
|
- npmci command npmpage
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 week
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
1
node_modules/.yarn-integrity
generated
vendored
Normal file
1
node_modules/.yarn-integrity
generated
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
549854b8a60607db81d4c58008d59f812d744acba026266f380acd942941356a
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.10",
|
"version": "4.3.13",
|
||||||
"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": {
|
||||||
|
@ -1,9 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
yarn -v
|
||||||
# test availability of node and npm
|
|
||||||
npm -v
|
|
||||||
node -v
|
|
||||||
|
|
||||||
# test yarn
|
|
||||||
yarn global add npmts
|
|
||||||
npmts -v
|
|
||||||
|
3
test/test_stable.sh
Normal file
3
test/test_stable.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# test yarn
|
||||||
|
yarn global add npmts
|
||||||
|
npmts -v
|
Reference in New Issue
Block a user