Skip to content

Conversation

@georgend
Copy link
Contributor

@georgend georgend commented Jan 25, 2022

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

@georgend georgend self-assigned this Jan 25, 2022
@georgend georgend marked this pull request as draft January 25, 2022 23:51
@georgend georgend marked this pull request as ready for review January 26, 2022 14:19
@georgend georgend merged commit 433cb32 into dev Feb 1, 2022
@georgend georgend deleted the bugfixes/docsGitIssues branch February 9, 2022 12:17
Comment on lines -35 to -42
- task: Bash@3
displayName: "Update Git Submodules"
inputs:
targetType: inline
script: |
git pull --recurse-submodules
git submodule update --init --recursive --remote
Copy link
Member

@peombwa peombwa Feb 18, 2022

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.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants