1
0
Fork 0
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:
Burak Yigit Kaya 2015-09-15 05:23:52 -07:00 committed by epriestley
parent 501007f012
commit 61fa644c4e

View file

@ -31,7 +31,7 @@ class ArcanistConfiguration extends Phobject {
$command = 'version';
}
return idx($this->buildAllWorkflows(), $command);
return clone idx($this->buildAllWorkflows(), $command);
}
public function buildAllWorkflows() {