FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

fix: specify local protobuf generator ci template to publish on tags

Merged Sebastiaan ten Pas requested to merge 3-fix-gitlab-ci-publishing into main
2 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
2
# *REPOSITORY LOCAL* specialisation of the protobuf generator templates.
# Set rules for when we publish protobuf client packages.
.protobuf:publish:base:
rules:
# We publish packages for all commits tagged with what looks like a version number.
- if: $CI_COMMIT_TAG =~ /[0-9]+\.[0-9]+\.+[0-9]+.*/
Loading