[ Agent ] [ App ] - offline build chrony server

This commit is contained in:
zeaslity
2023-12-15 14:13:41 +08:00
parent 18a42007c1
commit 5304326a05
3 changed files with 11 additions and 11 deletions

View File

@@ -53,11 +53,11 @@ public class TestBaseFuncScheduler {
projectDeployContext.setMasterNode(serverInfoPO);
baseFuncScheduler.runProcedure(projectDeployContext);
// baseFuncScheduler.runProcedure(projectDeployContext);
// harborFuncScheduler.runProcedure(projectDeployContext);
// appFuncScheduler.runProcedure(projectDeployContext);
appFuncScheduler.runProcedure(projectDeployContext);
}
}