Compare commits

...

5 Commits

Author SHA1 Message Date
6ee919ac34 4.3.7 2017-02-19 14:51:37 +01:00
1b8680edff update test 2017-02-18 23:51:09 +01:00
67f4456073 update tests 2017-02-18 23:32:59 +01:00
b2835bd220 improve tests 2017-02-18 23:01:07 +01:00
a0a2cc2eda update tests 2017-02-18 22:28:05 +01:00
4 changed files with 15 additions and 4 deletions

View File

@@ -27,9 +27,6 @@ test:
stage: test
script:
- npmci test docker
only:
- tags
- triggers
tags:
- lossless
- priv

View File

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

View File

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

View File

@@ -1 +1,9 @@
# check if npmci is available
npmci -v
# check if we can use lts
npmci install lts
# check if yarn picks it up
npmci command yarn global add npmts
npmci command npmts -v