Skip to content
Snippets Groups Projects
Commit c90c7db7 authored by Julian's avatar Julian
Browse files

Push tags after updating tags each app

parent 9da3754a
No related branches found
No related tags found
No related merge requests found
Pipeline #20251 passed
...@@ -41,9 +41,8 @@ update_release_tags: ...@@ -41,9 +41,8 @@ update_release_tags:
while read version; do while read version; do
git tag "release/$app_id/$version" || true # don't fail if tags exists git tag "release/$app_id/$version" || true # don't fail if tags exists
done done
git push --tags
done done
git tag --list
- git push --tags
package:apt:bullseye: package:apt:bullseye:
stage: package stage: package
......
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