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
If you clone a repo, but the initial pull fails, you should be able to immediately re-try the clone with whatever error (creds, etc) fixed and have it succeed. We should clean up any partially created repository if later steps fail.
Actual Behavior
The first pull leaves behind the repo, so subsequent attempts fail:
Expected Behavior
If you clone a repo, but the initial pull fails, you should be able to immediately re-try the clone with whatever error (creds, etc) fixed and have it succeed. We should clean up any partially created repository if later steps fail.
Actual Behavior
The first pull leaves behind the repo, so subsequent attempts fail:
Steps to Reproduce the Problem
Clone from a non-existent S3 bucket, observe that the repo still exists
Version
Titan 0.3.0
The text was updated successfully, but these errors were encountered: