diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml index 16ed9e7cb291b46264ef139cd1983b6154aedb0d..d65352b606281fbc591b79c130f6bbd71f07186f 100644 --- a/.gitlab-ci-template.yml +++ b/.gitlab-ci-template.yml @@ -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: