Commit 10162024 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'caalberts-add-assets-to-artifact' into 'master'

Include all assets in artifact

Closes omnibus-gitlab#5306

See merge request gitlab-org/gitlab!30821
parents c70993fd 709b08ea
...@@ -33,10 +33,10 @@ ...@@ -33,10 +33,10 @@
paths: paths:
- webpack-report/ - webpack-report/
- assets-compile.log - assets-compile.log
# We consume these files in GitLab UI for integration tests: # These assets are used in multiple locations:
# https://gitlab.com/gitlab-org/gitlab-ui/-/blob/e88493b3c855aea30bf60baee692a64606b0eb1e/.storybook/preview-head.pug#L1 # - in `build-assets-image` job to create assets image for packaging systems
- public/assets/application-*.css # - GitLab UI for integration tests: https://gitlab.com/gitlab-org/gitlab-ui/-/blob/e88493b3c855aea30bf60baee692a64606b0eb1e/.storybook/preview-head.pug#L1
- public/assets/application-*.css.gz - public/assets
when: always when: always
script: script:
- node --version - node --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment