fix: remove sanity_check.sh
This commit is contained in:
parent
8194499ce2
commit
bd9ce9f01f
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cd domo_proto
|
|
||||||
if cargo test &> /dev/null; then
|
|
||||||
echo "proto build is ok; you're fiiiine"
|
|
||||||
else
|
|
||||||
echo "proto build failed; haaha, nothing works, it's not fine"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
cd ../domo_node
|
|
||||||
if cargo build &> /dev/null; then
|
|
||||||
echo "node build is ok; totally fine"
|
|
||||||
else
|
|
||||||
echo "node build failed but imagine if it worked though, hahahahaha"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
Loading…
Reference in a new issue