Some more test fixes
This commit is contained in:
3
runTests
3
runTests
@@ -63,6 +63,9 @@ while ! mysqladmin ping -h"${MYSQL_IP}" --silent; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
echo "=> Ensure local base image"
|
||||
docker pull cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
|
||||
|
||||
echo "=> Create iptables blocklist"
|
||||
sudo ipset create cloudron_blocklist hash:net || true
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ scripts=("${SOURCE_DIR}/src/scripts/clearvolume.sh" \
|
||||
"${SOURCE_DIR}/src/scripts/starttask.sh" \
|
||||
"${SOURCE_DIR}/src/scripts/stoptask.sh" \
|
||||
"${SOURCE_DIR}/src/scripts/rmmailbox.sh" \
|
||||
"${SOURCE_DIR}/src/scripts/setblocklist.sh" \
|
||||
"${SOURCE_DIR}/src/scripts/configurelogrotate.sh")
|
||||
|
||||
for script in "${scripts[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user