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
As mention in title, when I calling retry checkout in my task, the log shows following error. So how can I solve this issue?
environment: line 11: checkout::refbased: command not found00:00
environment: line 17: checkout::metric: command not found00:00
[1/3] Execution Failed with exit status 127. Retrying.00:00
environment: line 11: checkout::refbased: command not found00:00
environment: line 17: checkout::metric: command not found00:00
[2/3] Execution Failed with exit status 127. Retrying.00:00
environment: line 11: checkout::refbased: command not found00:00
environment: line 17: checkout::metric: command not found00:00
[3/3] Execution Failed with exit status 127. No more retries.
I understand you're encountering issues with the checkout task. To clarify, the checkout method is designed with an internal retry mechanism to handle transient errors automatically. This means there's no need for an additional external retry.
I see, btw have remove the retry and run the checkout directly, however I have face the same issue like this issue (link: #386). So how can I solve it?
As mention in title, when I calling
retry checkout
in my task, the log shows following error. So how can I solve this issue?my prologue
The text was updated successfully, but these errors were encountered: