mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-12 10:08:09 +00:00
fix pool comparison in the scheduler (#2260)
* fix pool comparison in the scheduler * format
This commit is contained in:
@ -175,7 +175,7 @@ public class Scheduler : IScheduler {
|
|||||||
reboot,
|
reboot,
|
||||||
setupContainer.Name,
|
setupContainer.Name,
|
||||||
setupScript,
|
setupScript,
|
||||||
pool);
|
pool with { ETag = null });
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user