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:
|
||||
- prepare
|
||||
- test
|
||||
- bar
|
||||
- build
|
||||
- bar
|
||||
|
||||
cache: &global_cache
|
||||
key:
|
||||
|
@ -55,7 +55,6 @@ build:
|
|||
paths:
|
||||
- dist/
|
||||
expire_in: 1 week
|
||||
|
||||
# deploy:
|
||||
# stage: deploy
|
||||
# # dependencies:
|
||||
|
|
Loading…
Reference in a new issue