chore(gitlab-ci): correct frontend build artifacts

This commit is contained in:
Gregor Kleen 2019-12-11 22:18:59 +01:00
parent dde2f2f78b
commit 5ea4482c27

View File

@ -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: