Compare commits

...

4 Commits

Author SHA1 Message Date
ae30ceec26 4.3.67 2018-05-27 13:33:19 +02:00
f1426931fa fix(tests): fis test that did not make sense 2018-05-27 13:33:19 +02:00
097a741488 4.3.66 2018-05-27 13:21:50 +02:00
9d62eab807 fix(dependencies): update to scoped versions of npmci and npmdocker 2018-05-27 13:21:49 +02:00
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ stages:
- triggerPagesVerify - triggerPagesVerify
before_script: before_script:
- npm install -g npmci - npm install -g @shipzone/npmci
- npmci docker login - npmci docker login
buildTest: buildTest:

View File

@ -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 npm install -g npmci npmdocker @gitzone/npmts ts-node RUN npm install -g @shipzone/npmci @gitzone/npmdocker @gitzone/npmts ts-node

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-node", "name": "ht-docker-node",
"version": "4.3.65", "version": "4.3.67",
"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": {

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
npm -v echo "this runs within latest container!";