parent
d5788b1e84
commit
133eb49d6b
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if lein test; then
|
||||
echo "testing successul";
|
||||
else
|
||||
echo "tests failed";
|
||||
sendmail -s "wanijo build failed" mail@joshavg.de < $ALFRED_LOG_FILE;
|
||||
fi;
|
Loading…
Reference in new issue