Commit 66578b80 by Jason Song

do audit

parent 01e7e6cd
......@@ -107,8 +107,7 @@ public class ConfigController {
return null;
}
//stop auditing releases temporarily
//auditReleases(appId, clusterName, dataCenter, clientIp, releases);
auditReleases(appId, clusterName, dataCenter, clientIp, releases);
String mergedReleaseKey = FluentIterable.from(releases).transform(
input -> input.getReleaseKey()).join(STRING_JOINER);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment