@Override public ShellCommands toScript(Combination combination, BuildType buildType) { return BuildType.DockerLocal.equals(buildType) ? ShellCommands.NOOP : super.toScript(combination, buildType); }
@Override public ShellCommands toScript(Combination combination, BuildType buildType) { return BuildType.DockerLocal.equals(buildType) ? ShellCommands.NOOP : new ShellCommands(getEnvVariablesExportCommands()); }