binder-dir: use postBuild that can be verified

pull/1348/head
Simon Li 2024-05-27 11:36:12 +01:00
rodzic 857dd9f03c
commit d0ef0828d4
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
#!/bin/bash
date
echo 'Done!' > $HOME/postbuild.txt

Wyświetl plik

@ -4,3 +4,5 @@ which gfortran
test -z $(pip list | grep scipy)
jupyter nbextension list
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled
grep 'Done!' $HOME/postbuild.txt