Procházet zdrojové kódy

Merge branch 'master' into hw2

Michael Mächtel před 8 roky
rodič
revize
a02314cc40
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      ci/test-rust.sh

+ 1
- 1
ci/test-rust.sh Zobrazit soubor

@@ -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 ""

Loading…
Zrušit
Uložit