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

Checklist Workflow Failing #9592

Open
tracernz opened this issue Nov 26, 2024 · 1 comment · May be fixed by #9646
Open

Checklist Workflow Failing #9592

tracernz opened this issue Nov 26, 2024 · 1 comment · May be fixed by #9646
Labels
Bug Something isn't working CI

Comments

@tracernz
Copy link
Member

Aircraft Version

Development

Build info

master

Describe the bug

The checklist workflow fails every time it's run since fragmenter was upgraded.
https://github.com/flybywiresim/aircraft/actions/workflows/ingamepanels-checklist-fix.yml

Expected behavior

Unwavering success.

Steps to reproduce

Push something that triggers the workflow to master.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

@tracernz tracernz added Bug Something isn't working CI labels Nov 26, 2024
@MichelZ
Copy link
Contributor

MichelZ commented Dec 11, 2024

The issue seems to be this:

michelz@BEASTLI:/mnt/g/MIZE/dev/GitHub/flybywiresim-aircraft$ ./scripts/dev-env/run.sh git show-ref -s HEAD
fatal: detected dubious ownership in repository at '/external'
To add an exception for this directory, call:

        git config --global --add safe.directory /external

so adding the above mentioned command before the actual git commands works:

michelz@BEASTLI:/mnt/g/MIZE/dev/GitHub/flybywiresim-aircraft$ ./scripts/dev-env/run.sh git config --global --add safe.directory /external && git show-ref -s HEAD
33c4a62f9e8074ad140848c399072f46dd880c69

@MichelZ MichelZ linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants