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

CI/Appimage: Suppress error when no tags are present #12106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheLastRar
Copy link
Contributor

Description of Changes

Suppress the error return code for git describe --tags

Rationale behind Changes

This command will return error if the repo has zero tags
We already handle the failure by checking the stdout of the command (which is empty as the error message goes to stderr)

Suggested Testing Steps

Test this change on a fork that lacks tags
I've tested locally, but I've not tested on the CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants