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
|
||||
cache:
|
||||
<<: *global_cache
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - dist/
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/
|
||||
# expire_in: 1 week
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue