Skip to content
Snippets Groups Projects

CI: cache only downloads

Merged Nico requested to merge nrbffs/ci-cache-only-dl into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -26,9 +26,8 @@ stages:
@@ -26,9 +26,8 @@ stages:
expire_in: 1 day
expire_in: 1 day
cache:
cache:
paths:
paths:
- gluon/packages
- gluon/openwrt/dl
- gluon/openwrt/dl
key: "$CI_COMMIT_TAG-$GLUON_TARGET"
key: "gluon-cache"
target:ar71xx-generic:
target:ar71xx-generic:
extends: .target
extends: .target
Loading