Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
33cad48fed | |||
79e0128d30 | |||
24531b63b0 | |||
a7d2b34f8b | |||
1089942cc3 |
@ -23,7 +23,7 @@ buildTest:
|
|||||||
- lossless
|
- lossless
|
||||||
- priv
|
- priv
|
||||||
|
|
||||||
buildTestRelase:
|
buildTestRelease:
|
||||||
stage: buildAndTest
|
stage: buildAndTest
|
||||||
script:
|
script:
|
||||||
- npmci docker build
|
- npmci docker build
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.6",
|
"version": "5.0.9",
|
||||||
"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,2 +1 @@
|
|||||||
#!/bin/sh
|
|
||||||
echo "this runs within latest container!";
|
echo "this runs within latest container!";
|
||||||
|
@ -1 +0,0 @@
|
|||||||
mkdocs --version
|
|
@ -1,3 +1,5 @@
|
|||||||
# npm
|
# npm
|
||||||
npm install -g npmts
|
npm -v
|
||||||
npmts -v
|
node -v
|
||||||
|
npm install -g @gitzone/gitzone
|
||||||
|
gitzone -v
|
Reference in New Issue
Block a user