Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon site
Merge requests
!2
CI: explicitly specify what to cache
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Menüleiste ausklappen
Merged
CI: explicitly specify what to cache
nrbffs/ci-cache-paths
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nico
requested to merge
nrbffs/ci-cache-paths
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7f9176a5
1 commit,
6 years ago
1 file
+
3
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
1
View file @ 7f9176a5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,7 +25,9 @@ stages:
@@ -25,7 +25,9 @@ stages:
-
gluon/output/
-
gluon/output/
expire_in
:
1 day
expire_in
:
1 day
cache
:
cache
:
untracked
:
true
paths
:
-
gluon/packages
-
gluon/openwrt/dl
key
:
"
$CI_COMMIT_TAG-$GLUON_TARGET"
key
:
"
$CI_COMMIT_TAG-$GLUON_TARGET"
target:ar71xx-generic
:
target:ar71xx-generic
:
Loading