"error": "--from is not a valid sha pointer: 'HEAD~20' #950
Unanswered
cristiaan30033
asked this question in
Q&A
Replies: 1 comment
-
Is it a CI usage ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
how can I fix this error? obviously, I can't decrease the depth, I need 20 or more previously. it is something I can configure in somewhere?
sfdx sgd:source:delta --to HEAD --from HEAD~20 --output .
"error": "--from is not a valid sha pointer: 'HEAD~20' (If in CI/CD context, check the fetch depth is properly set)",
Beta Was this translation helpful? Give feedback.
All reactions