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
Pipeline #294 canceled
......@@ -21,11 +21,8 @@ stages:
- gluon/output/
expire_in: 1 day
cache:
paths:
- gluon/openwrt/dl
- gluon/openwrt/staging_dir
- gluon/openwrt/feeds
key: "target-$GLUON_TARGET"
key: "gluon-update"
policy: "pull"
target:ar71xx-generic:
extends: .target
......@@ -91,6 +88,11 @@ update:
stage: update
script:
- make -C gluon update GLUON_SITEDIR="$CI_PROJECT_DIR"
cache:
paths:
- gluon/*
key: "gluon-update"
policy: push
package:
stage: package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment