Skip to content
Snippets Groups Projects
Commit 88a9d0c9 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Merge branch 'cache-assets-sles' into 'master'

Cache assets in SLES and RPi builds

See merge request gitlab-org/omnibus-gitlab!2182
parents 34480432 e56794f8
No related branches found
No related tags found
No related merge requests found
......@@ -746,6 +746,8 @@
paths:
- cache
- gems
- assets_cache
- node_modules
retry: 1
Docker:
......@@ -818,6 +820,8 @@
paths:
- cache
- gems
- assets_cache
- node_modules
<<: *rpi_tag_build
## Building from branch
......@@ -868,6 +872,8 @@
paths:
- cache
- gems
- assets_cache
- node_modules
artifacts:
expire_in: 1 day
paths:
......@@ -930,6 +936,8 @@
paths:
- cache
- gems
- assets_cache
- node_modules
<<: *rpi_branch_build
notify:slack-fail:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment