|
|
@@ -15,7 +15,7 @@ export RUSTFLAGS="--deny warnings"
|
|
15
|
15
|
# generell die CI-Zeiten zu verringern, wechseln wir nie das Verzeichnis und
|
|
16
|
16
|
# kompilieren immer nur die Aufgaben des aktuellsten Aufgabenblatts.
|
|
17
|
17
|
|
|
18
|
|
-current_hw=$(find . -type d -name 'hw*' | sort | tail -n1)
|
|
|
18
|
+current_hw=$(find . -type f | grep "hw./task./Cargo\.toml" | sort | tail -n1 | cut -d / -f -2)
|
|
19
|
19
|
|
|
20
|
20
|
if [ -z "$current_hw" ]; then
|
|
21
|
21
|
echo ""
|