Skip to content

Git Plugin raise Error when no Tag #5

@nano-mata-marin

Description

@nano-mata-marin
  2025-06-26 17:48:25,134 | INFO     | Using filters: camelize, comment, dasherize, humanize, ordinal, ordinalize, parameterize, pluralize, quote, read, singularize, tableize, titleize, transliterate, underscore, add_var, get_var
  2025-06-26 17:48:25,134 | INFO     | Using namespaces: env, git, vault
  2025-06-26 17:48:25,136 | DEBUG    | Failed fetching git tag property:
Traceback (most recent call last):
  File "/home/ubuntu/.local/lib/python3.10/site-packages/ninjecto/plugins/namespaces/git.py", line 133, in namespace
    value = finder(directory=str(filepath))
  File "/home/ubuntu/.local/lib/python3.10/site-packages/ninjecto/utils/git.py", line 82, in find_tag
    raise GitError('Unable to determine git tag:\n{}'.format(
ninjecto.utils.git.GitError: Unable to determine git tag:
fatal: No names found, cannot describe anything.

Maybe not use namespaces if not defined on .ninjerc.toml so implicity are disable.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions