gitlab-ci: test
This commit is contained in:
parent
1148005c00
commit
14e3b2195b
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ build:
|
||||||
- npm run build
|
- npm run build
|
||||||
cache:
|
cache:
|
||||||
<<: *global_cache
|
<<: *global_cache
|
||||||
# artifacts:
|
artifacts:
|
||||||
# paths:
|
paths:
|
||||||
# - dist/
|
- dist/
|
||||||
# expire_in: 1 week
|
# expire_in: 1 week
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue