UNPKG
erm-cli
Version:
latest (5.0.10)
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.0
4.0.0
3.0.0
2.0.0
1.0.7
1.0.4
1.0.3
1.0.2
0.0.8
Reekoh CLI - command line tool for publishing reekoh plugins.
gitlab.com/erick.mauricio/erm-cli
erm-cli
/
.gitlab-ci.yml
21 lines
(17 loc)
•
297 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
image:
node:boron
before_script:
-
apt-get
update
-y
&&
apt-get
install
build-essential
-y
-
npm
install
gulp
gulp-cli
-g
&&
npm
install
stages:
-
test
test:
script:
gulp
test
stage:
test
only:
-
master
tags:
-
docker
-
linux
allow_failure:
false
when:
always