Commit f92b06a3 by Jason Song

stop auditing releases temporarily

parent 1f19a512
...@@ -107,7 +107,8 @@ public class ConfigController { ...@@ -107,7 +107,8 @@ public class ConfigController {
return null; return null;
} }
auditReleases(appId, clusterName, dataCenter, clientIp, releases); //stop auditing releases temporarily
//auditReleases(appId, clusterName, dataCenter, clientIp, releases);
String mergedReleaseKey = FluentIterable.from(releases).transform( String mergedReleaseKey = FluentIterable.from(releases).transform(
input -> input.getReleaseKey()).join(STRING_JOINER); 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