-
Notifications
You must be signed in to change notification settings - Fork 214
Docs Pipeline Git Permission Issue #1029
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
Conversation
| - task: Bash@3 | ||
| displayName: "Update Git Submodules" | ||
| inputs: | ||
| targetType: inline | ||
| script: | | ||
| git pull --recurse-submodules | ||
| git submodule update --init --recursive --remote | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is breaking the weekly OpenAPI refreshes. We still need to update the AutoREST submodule from the remote before we can use it; otherwise, you'll get this error: https://microsoftgraph.visualstudio.com/Graph%20Developer%20Experiences/_build/results?buildId=68036&view=logs&j=cf6261d7-9a9d-56e6-29df-71d75249ff94&t=5e28baed-0a38-5f5d-2604-06f99369333d.
I'll revert this change.
Git Permissions Issue causing docs generation from producing file artefacts.
Remove recurse step since it can be set at the pipeline level and it causes errors.
Use Run CI parameter.
Results Confirmation:-#1048