mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 00:08:00 +00:00
chore: added skip for ssl
This commit is contained in:
@@ -13,8 +13,5 @@ cd "$WORKING_DIR" || exit
|
||||
rm -rf "$NOCO_HOME"
|
||||
|
||||
if [ "$1" = "setup" ]; then
|
||||
../noco.sh <<< $'\n\nN\n'
|
||||
|
||||
cd "$NOCO_HOME" || exit
|
||||
docker compose down
|
||||
../noco.sh <<< $'\n\nN\n'
|
||||
fi
|
||||
|
||||
@@ -7,7 +7,7 @@ export NOCO_HOME
|
||||
|
||||
setup() {
|
||||
cd "${WORKING_DIR}/configure" || exit 1
|
||||
./setup.sh
|
||||
./setup.sh setup
|
||||
}
|
||||
|
||||
teardown() {
|
||||
@@ -21,7 +21,6 @@ teardown() {
|
||||
cd "${NOCO_HOME}" || exit 1
|
||||
|
||||
# Verify container is not running
|
||||
docker compose ps | grep -q 'redis' && exit 1
|
||||
docker compose ps | grep -q 'watchtower' && exit 1
|
||||
docker compose ps | grep -q 'nocodb' && exit 1
|
||||
count=$(docker compose ps -q | wc -l)
|
||||
[ "$count" -eq 0 ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user