Skip to content
Snippets Groups Projects

CI: Fix prepare_environment caching to much

Closed Tobias Kahlki requested to merge ci-fix-cache into dunfell
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -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