chore(gitlab-ci): correct frontend build artifacts
This commit is contained in:
parent
dde2f2f78b
commit
5ea4482c27
@ -49,7 +49,8 @@ frontend:build:
|
|||||||
- npm install
|
- npm install
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- static/bundles/
|
- static
|
||||||
|
- config/webpack.yml
|
||||||
name: "${CI_JOB_NAME}"
|
name: "${CI_JOB_NAME}"
|
||||||
expire_in: "1 day"
|
expire_in: "1 day"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user