Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tag checkout on CIs #91

Open
aesteve-rh opened this issue Jul 11, 2022 · 0 comments
Open

Fix tag checkout on CIs #91

aesteve-rh opened this issue Jul 11, 2022 · 0 comments
Labels
bug Issue is a bug or fix for a bug

Comments

@aesteve-rh
Copy link
Member

build-aux/release complain when executed in the pipelines:

'subprocess.CalledProcessError: Command '('git', 'describe', '--tags', '--match', 'v[0-9]*')' returned non-zero exit status 128.'

In order to avoid this fail we need to create tag like vx.y.z in the CIs.
It could either be manually assigned, as v.0.0.0 or v1.2.3, or taken from the repository tags with a limited depth, so that we print the real tag in the CI job.

@aesteve-rh aesteve-rh added the bug Issue is a bug or fix for a bug label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is a bug or fix for a bug
Projects
None yet
Development

No branches or pull requests

1 participant