Skip to content
Snippets Groups Projects
Commit f1e782c5 authored by Nico's avatar Nico
Browse files

cache gefrickel

parent 496aa0bd
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,8 @@ stages: ...@@ -21,11 +21,8 @@ stages:
- gluon/output/ - gluon/output/
expire_in: 1 day expire_in: 1 day
cache: cache:
paths: key: "gluon-update"
- gluon/openwrt/dl policy: "pull"
- gluon/openwrt/staging_dir
- gluon/openwrt/feeds
key: "target-$GLUON_TARGET"
target:ar71xx-generic: target:ar71xx-generic:
extends: .target extends: .target
...@@ -91,6 +88,11 @@ update: ...@@ -91,6 +88,11 @@ update:
stage: update stage: update
script: script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR" - make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
cache:
paths:
- gluon/*
key: "gluon-update"
policy: push
package: package:
stage: package stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment