We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee434a8 commit ece7a07Copy full SHA for ece7a07
integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java
@@ -160,7 +160,7 @@ private static void gitCloneMonitoringExporter() throws Exception {
160
logger.info(" Cloning and building Weblogic Server Monitoring Exporter application");
161
// git clone exporter project
162
removeAndClone
163
- .append(" git clone -b alert https://github.com/oracle/weblogic-monitoring-exporter.git ")
+ .append(" git clone https://github.com/oracle/weblogic-monitoring-exporter.git ")
164
.append(monitoringExporterSrcDir);
165
TestUtils.exec(removeAndClone.toString());
166
}
0 commit comments