gitlab-ci: test
This commit is contained in:
parent
396a11cdde
commit
29de0c7526
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,8 @@ image: node:latest
|
||||||
stages:
|
stages:
|
||||||
- prepare
|
- prepare
|
||||||
- test
|
- test
|
||||||
- bar
|
|
||||||
- build
|
- build
|
||||||
|
- bar
|
||||||
|
|
||||||
cache: &global_cache
|
cache: &global_cache
|
||||||
key:
|
key:
|
||||||
|
@ -55,7 +55,6 @@ build:
|
||||||
paths:
|
paths:
|
||||||
- dist/
|
- dist/
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# stage: deploy
|
# stage: deploy
|
||||||
# # dependencies:
|
# # dependencies:
|
||||||
|
|
Loading…
Reference in a new issue