Skip to content
Snippets Groups Projects
Commit ba4c24a9 authored by nrbffs's avatar nrbffs
Browse files

gitlab ci: cache the whole gluon directory

Now that we've moved the make update to its own stage, it makes sense to cache
the whole gluon directory between targets because it won't be overwritten by
make update.
parent 105c188b
No related branches found
No related tags found
No related merge requests found
Pipeline #447 passed
......@@ -41,7 +41,8 @@ update:
cache:
paths:
- gluon/openwrt/dl
key: "build"
- gluon/openwrt/staging_dir
key: "build-$CI_COMMIT_REF_SLUG"
target:ar71xx-generic:
extends: .target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment