Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta-seconorth-distro
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
layers
meta-seconorth-distro
Merge requests
!58
You need to sign in or sign up before continuing.
CI: Fix prepare_environment caching to much
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
CI: Fix prepare_environment caching to much
ci-fix-cache
into
dunfell
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Tobias Kahlki
requested to merge
ci-fix-cache
into
dunfell
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
dunfell
dunfell (base)
and
latest version
latest version
ab2a5515
1 commit,
4 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci-template.yml
+
4
−
0
Options
@@ -45,6 +45,9 @@ variables:
.repo_tag
:
&repo_tag
# create a manifest containing all fixed revisions
-
~/repo manifest -r > ${REPODIR}/manifests/default.xml.tagged
-
echo "Revisions of the tagged manifest:\n\n"
-
grep 'project name' ${REPODIR}/manifests/default.xml.tagged
| sed -E -e 's#<project\s+(.+)\s+/?>#\1#g'
prepare_environment
:
tags
:
@@ -58,6 +61,7 @@ prepare_environment:
-
*repo_checkout
-
*checkout_commit
-
*repo_tag
-
sleep 1h
artifacts
:
expire_in
:
1d
paths
:
Loading