Skip to content
Snippets Groups Projects
Commit 9c4335d3 authored by Norman Stetter's avatar Norman Stetter
Browse files

CI: Print tagged manifest revisions

* Print revisions of the repositories in default.xml after tagging
parent 24ae1447
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment