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: xml validation step #3527

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

Conversation

OmarDuran
Copy link
Contributor

This pull request (PR) addresses a failure in the CI process during the step that validates all XML files.

The issue arises when attempting to invoke git in an folder that is not a valid Git repository.

Sample of the CI's output during the validation step:

[1599/1655] Validating all XML files in the repository against the schema
fatal: not a git repository: '/.git'
fatal: not a git repository: '/.git'
fatal: not a git repository: '/.git'

Resolves #3521

@OmarDuran OmarDuran requested a review from rrsettgast as a code owner January 28, 2025 23:24
@OmarDuran OmarDuran marked this pull request as draft January 28, 2025 23:24
@OmarDuran OmarDuran self-assigned this Jan 28, 2025
@OmarDuran OmarDuran added the type: CI Concerns github workflows or generic CI label Jan 28, 2025
@OmarDuran OmarDuran marked this pull request as ready for review January 29, 2025 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: CI Concerns github workflows or generic CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: invoking git in not a git repository - validating xml files against the schema
1 participant