fix(ci): handle case where no tags are present in git #26

Merged
argoyle merged 1 commits from fix-git-tag-command-fallover into main 2024-11-27 14:17:55 +00:00
argoyle commented 2024-11-27 14:17:47 +00:00 (Migrated from gitlab.com)

Modify the command to describe the latest tag to gracefully handle
the scenario where no tags are available. This avoids potential
errors in the script execution when the git repository is
tagless, ensuring the CI pipeline runs smoothly under all
circumstances.

Modify the command to describe the latest tag to gracefully handle the scenario where no tags are available. This avoids potential errors in the script execution when the git repository is tagless, ensuring the CI pipeline runs smoothly under all circumstances.
argoyle (Migrated from gitlab.com) merged commit into main 2024-11-27 14:17:55 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/ci-templates#26