rename master to main

This commit is contained in:
Jonathan Shook 2020-07-13 09:39:56 -05:00
parent f4cae1dee2
commit cffe14ba09

View File

@ -48,7 +48,7 @@ public class NBCliIntegrationTests {
assertThat(result.exitStatus).isEqualTo(0);
}
// disabled till after release
// This is not disabled on testbranch, only on master
// This is not disabled on testbranch, only on main
// @Test
// public void dockerMetrics() {
// ProcessInvoker invoker = new ProcessInvoker();