Skip to content

Commit 9d23af8

Browse files
Gitlab ci file.
1 parent 4024397 commit 9d23af8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
include:
2+
- https://gitlab.com/jitesoft/gitlab-ci-lib/raw/master/dependency_scanning.yml
3+
- https://gitlab.com/jitesoft/gitlab-ci-lib/raw/master/js_common.yml
4+
stages:
5+
- test
6+
- deploy
7+
test:
8+
extends: .npm:test
9+
scan:
10+
extends: .scan:npm
11+
deploy:
12+
extends: .npm:build:deploy

0 commit comments

Comments
 (0)