You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
The generateServiceClient task is noisy in CI logs:
> ts-node ./scripts/build/generateServiceClient.ts
...
Updating files: 66% (2895/4337)
Updating files: 67% (2906/4337)
Updating files: 68% (2950/4337)
Updating files: 69% (2993/4337)
Updating files: 70% (3036/4337)
...
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
...
Solution:
- Use the `--quiet` option.
- Pass `advice.detachedHead=false` config option when doing `git checkout`.
0 commit comments