Page MenuHomePhabricator

D21471.diff
No OneTemporary

D21471.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2741,6 +2741,17 @@
'git push -- %s %s',
$staging_uri,
$ref);
+
+ if ($err) {
+ $this->writeWarn(
+ pht('STAGING FAILED'),
+ pht('Unable to push lfs changes to the staging area.'));
+
+ throw new ArcanistUsageException(
+ pht(
+ 'Failed to push lfs changes to staging area. Correct the issue, '.
+ 'or use --skip-staging to skip this step.'));
+ }
}
return $refs;

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 1:06 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6285586
Default Alt Text
D21471.diff (659 B)

Event Timeline