(chore) Nachnutzen der Artefakte aus dem Tests; Entfernen der Docker-Konfiguration

This commit is contained in:
Andreas Penski (init) 2019-06-04 08:23:01 +02:00
parent f36f7959c7
commit 0c3f65b53f
28 changed files with 6 additions and 16930 deletions

View file

@ -308,7 +308,7 @@ public class CommandLineApplication {
return d.toUri();
} else {
throw new IllegalArgumentException(
String.format("Not a valid path for scenario definition specified: '%s'", d.toAbsolutePath()));
String.format("Not a valid path for repository definition specified: '%s'", d.toAbsolutePath()));
}
}
return null;