tests: created tests for redis

This commit is contained in:
Rohit T P
2024-05-02 11:28:10 +00:00
parent 62b94efec2
commit 2365164b92
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
if [ -z "$NOCO_HOME" ]; then
NOCO_HOME="${HOME}/.nocodb"
fi
if [ -d "$NOCO_HOME" ]; then
cd $NOCO_HOME
docker compose down
fi
rm -rf $NOCO_HOME