Compare commits

...

8 Commits

Author SHA1 Message Date
e5eca3c967 1.0.15 2019-08-27 18:07:27 +02:00
63de7e6388 fix(core): update 2019-08-27 18:07:26 +02:00
413bea2579 1.0.14 2019-08-27 18:06:53 +02:00
71490f8d8e fix(core): update 2019-08-27 18:06:53 +02:00
3ca85c4c31 1.0.13 2019-08-27 18:04:36 +02:00
44226c3c53 fix(core): update 2019-08-27 18:04:36 +02:00
09b0bfa4ce 1.0.12 2019-08-27 18:03:34 +02:00
cb23895d0c fix(core): update 2019-08-27 18:03:34 +02:00
3 changed files with 12 additions and 28 deletions

View File

@ -1,32 +1,15 @@
# gitzone ci_docker # gitzone custom
image: docker:19.03.1 image: docker:19.03.1
cache:
paths:
- .npmci-cache/
key: "$CI_BUILD_STAGE"
before_script: before_script:
- apk update && apk add --no-cache \ - apk update
git \ - apk add --no-cache git openssl ca-certificates bash curl
openssl \ - apk add --no-cache make gcc g++ python linux-headers paxctl
ca-certificates \ - apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
bash \ - update-ca-certificates
curl \ - npm config set unsafe-perm true
make \ - npm install -g @shipzone/npmci
gcc \ - npmci npm prepare
g++ \
python \
linux-headers \
paxctl \
libgcc \
libstdc++ \
gnupg \
nodejs \
nodejs-npm \
&& update-ca-certificates
- npm install -g npmci
- npmci npm prepare
stages: stages:
- test - test
@ -43,6 +26,7 @@ testSTABLE:
coverage: /\d+.?\d+?\%\s*coverage/ coverage: /\d+.?\d+?\%\s*coverage/
tags: tags:
- docker - docker
- lossless
release: release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.11", "version": "1.0.15",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "ht-docker-dbase", "name": "ht-docker-dbase",
"version": "1.0.11", "version": "1.0.15",
"description": "easy CI for docker images", "description": "easy CI for docker images",
"main": "index.js", "main": "index.js",
"directories": { "directories": {