Skip to content
Snippets Groups Projects

CI: explicitly specify what to cache

Merged Nico requested to merge nrbffs/ci-cache-paths into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -25,7 +25,9 @@ stages:
- gluon/output/
expire_in: 1 day
cache:
untracked: true
paths:
- gluon/packages
- gluon/openwrt/dl
key: "$CI_COMMIT_TAG-$GLUON_TARGET"
target:ar71xx-generic:
Loading