UNPKG
vue-auth-image
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Vue directive to load and display secured images
gitlab.com/jlalande/vue-auth-image
vue-auth-image
/
.gitlab-ci.yml
28 lines
(22 loc)
•
290 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
22
23
24
25
26
27
28
image:
node:10
cache:
untracked:
true
key:
"$CI_BUILD_REF_NAME"
paths:
-
node_modules/
stages:
-
setup
-
test
-
build
setup:
stage:
setup
script:
-
npm
install
test:
stage:
test
script:
-
npm
run
lint
build:
stage:
build
script:
-
npm
run
build