UNPKG
@dgsh/docker-compose
Version:
latest (1.1.0)
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Manage docker-compose from Node.js
@dgsh/docker-compose
/
.gitlab-ci.yml
20 lines
(16 loc)
•
259 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
before_script:
-
apk
add
--no-cache
curl
git
-
npm
install
stages:
-
test
-
deploy
test:
image:
node:10.9-alpine
stage:
test
script:
-
npm
test
release:
image:
node:10.9-alpine
stage:
deploy
script:
-
npm
run
ci-publish
||
true