Page MenuHomePhabricator

D10381.id24987.diff
No OneTemporary

D10381.id24987.diff

diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -797,6 +797,9 @@
// if we have a revision id the commit message is in differential
// TODO: See T848 for the authenticated stuff.
+ echo phutil_console_format("\n REV ID {$revision_id} \n");
+ echo phutil_console_format("\n AUTH {$this->isConduitAuthenticated()} \n");
+
if ($revision_id && $this->isConduitAuthenticated()) {
$conduit = $this->getConduit();
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -575,6 +575,8 @@
if ($this->conduit) {
$workflow->conduit = $this->conduit;
+ $workflow->setConduitCredentials($this->conduitCredentials);
+ $workflow->conduitAuthenticated = $this->conduitAuthenticated;
}
if ($this->workingCopy) {

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 20, 12:48 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9245817
Default Alt Text
D10381.id24987.diff (1018 B)

Event Timeline