Compare commits

...

8 Commits

Author SHA1 Message Date
d0d3e15922 4.3.13 2017-04-02 22:05:46 +02:00
9a845b8ec7 update ci with pages 2017-04-02 22:02:16 +02:00
75cc86d69f 4.3.12 2017-03-11 14:53:43 +01:00
9f872eb376 fix tests 2017-03-11 14:53:41 +01:00
15165235fd 4.3.11 2017-03-11 14:43:37 +01:00
9e23bf4811 fix tests 2017-03-11 14:43:34 +01:00
6bf5730895 4.3.10 2017-03-11 14:32:41 +01:00
0c733d3a90 update tests 2017-03-11 14:30:48 +01:00
6 changed files with 23 additions and 15 deletions

View File

@ -1,3 +1,4 @@
# gitzone docker
image: hosttoday/ht-docker-dbase:latest
services:
- docker:dind
@ -7,6 +8,7 @@ stages:
- test
- release
- trigger
- pages
before_script:
- npm uninstall -g npmci
@ -52,3 +54,18 @@ trigger:
tags:
- lossless
- 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
View File

@ -0,0 +1 @@
549854b8a60607db81d4c58008d59f812d744acba026266f380acd942941356a

View File

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

View File

@ -1,9 +1,2 @@
#!/bin/sh
# test availability of node and npm
npm -v
node -v
# test yarn
yarn global add npmts
npmts -v
yarn -v

View File

@ -1,6 +0,0 @@
npmci install stable
npmci command npmts -v
npmci install lts
npmci command npmts -v
npmci install legacy
npmci command npmts -v

3
test/test_stable.sh Normal file
View File

@ -0,0 +1,3 @@
# test yarn
yarn global add npmts
npmts -v