Compare commits

...

23 Commits

Author SHA1 Message Date
690b683723 1.0.20 2019-08-31 14:25:24 +02:00
4f7fb662f1 1.0.19 2019-08-27 18:14:17 +02:00
563425d7c4 fix(core): update 2019-08-27 18:14:17 +02:00
29404533c6 1.0.18 2019-08-27 18:12:23 +02:00
26f0a6a26b fix(core): update 2019-08-27 18:12:23 +02:00
3c8c51c8a0 1.0.17 2019-08-27 18:10:04 +02:00
cf23013036 fix(core): update 2019-08-27 18:10:04 +02:00
98f7a8fd65 1.0.16 2019-08-27 18:09:16 +02:00
bdc3a7b093 fix(core): update 2019-08-27 18:09:16 +02:00
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
16dca34c6d 1.0.11 2019-08-27 17:57:38 +02:00
13ff525fd2 fix(core): update 2019-08-27 17:57:38 +02:00
bd18aa1aac 1.0.10 2019-08-27 17:56:33 +02:00
6c21042373 fix(core): update 2019-08-27 17:56:33 +02:00
99c16ce1f2 1.0.9 2019-08-27 17:47:10 +02:00
f30e0afdcd fix(core): update 2019-08-27 17:47:10 +02:00
4 changed files with 32 additions and 20 deletions

View File

@ -1,13 +1,17 @@
# gitzone ci_docker
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
cache:
paths:
- .npmci-cache/
key: "$CI_BUILD_STAGE"
# gitzone custom
image: docker:19.03.1
services:
- docker:stable-dind
before_script:
- npmci npm prepare
- apk update
- apk add --no-cache git openssl ca-certificates bash curl
- apk add --no-cache make gcc g++ python linux-headers paxctl
- apk add --no-cache libgcc libstdc++ gnupg nodejs nodejs-npm
- update-ca-certificates
- npm config set unsafe-perm true
- npm install -g @shipzone/npmci
- npmci npm prepare
stages:
- test
@ -18,17 +22,16 @@ stages:
testSTABLE:
stage: test
script:
- npmci node install stable
- npmci npm install
- npmci npm test
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
- docker
- lossless
- priv
release:
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
services:
- docker:dind
stage: release
script:
- npmci node install stable
@ -40,13 +43,16 @@ release:
- tags
tags:
- docker
- lossless
- priv
trigger:
stage: trigger
script:
- npmci trigger
- npmci trigger
only:
- tags
- tags
tags:
- docker
- docker
- lossless
- priv

View File

@ -1,6 +1,7 @@
FROM docker:git
FROM docker:19.03.1
RUN apk update && apk add --no-cache \
git \
openssl \
ca-certificates \
bash \

5
package-lock.json generated Normal file
View File

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

View File

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