UNPKG
mobile-session-promise
Version:
latest (1.1.0)
1.1.0
The modules creates a promise that resolves an existing or creates a brand new session
mobile-session-promise
/
.gitlab-ci.yml
21 lines
(18 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:8
before_script:
-
echo
'//registry.npmjs.org/:_authToken=${NPM_TOKEN}'
>.npmrc
stages:
-
test
-
publish
testing:
stage:
test
script:
-
npm
install
-
npm
test
publishing:
stage:
publish
only:
-
master
script:
-
echo
Running
release
-
npm
publish