UNPKG
@chuxingpay/licheng
Version:
latest (1.0.5)
1.0.5
1.0.3
1.0.2
1.0.0
### 安装
@chuxingpay/licheng
/
.gitlab-ci.yml
19 lines
(17 loc)
•
289 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image:
docker:stable
stages:
-
test
test:
retry:
2
image:
node:10
stage:
test
dependencies:
[]
tags:
# tags 是一个并集逻辑
-
dev-hk
only:
-
develop
-
master
script:
-
npm
config
set
registry
https://registry.npmjs.org
-
npm
i
-
npm
run
test