mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Prevent caching of workflows
Summary: Fixes T9159. Test Plan: Run `arc patch` on a code base requiring auth for a diff that has at least one dependency. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: avivey, thoughtpolice, joshuaspence, Korvin Maniphest Tasks: T9159 Differential Revision: https://secure.phabricator.com/D14034
This commit is contained in:
parent
501007f012
commit
61fa644c4e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ArcanistConfiguration extends Phobject {
|
|||
$command = 'version';
|
||||
}
|
||||
|
||||
return idx($this->buildAllWorkflows(), $command);
|
||||
return clone idx($this->buildAllWorkflows(), $command);
|
||||
}
|
||||
|
||||
public function buildAllWorkflows() {
|
||||
|
|
Loading…
Reference in a new issue