You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (Boolean.parseBoolean(sloppySanitationValue)) {
1456
+
if (useBundle()) {
1457
+
bundleSupport = null;
1458
+
throwshowError("Bundle support is not compatible with environment variable %s=%s.".formatted(sloppySanitationKey, sloppySanitationValue));
1459
+
}
1460
+
if (!imageBuilderEnvironment.isEmpty()) {
1461
+
throwshowError("Option -E<env-var-key>[=<env-var-value>] is not compatible with environment variable %s=%s.".formatted(sloppySanitationKey, sloppySanitationValue));
0 commit comments