debug: display current value of occ status
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Glenn Y. Rolland 2024-08-13 17:01:32 +02:00
parent 3877f83ecc
commit 86386eb959

View file

@ -18,6 +18,8 @@ cd "$WORKDIR" || exit 1
echo "GX:BEFORE-STARTING:START ($(pwd))" echo "GX:BEFORE-STARTING:START ($(pwd))"
# find . -maxdepth 1 # find . -maxdepth 1
echo "GX:BEFORE-STARTING:STATUS" echo "GX:BEFORE-STARTING:STATUS"
php -d memory_limit=-1 occ status |jq -r '.installed'
INSTALLED="$(php -d memory_limit=-1 occ status |jq -r '.installed')" INSTALLED="$(php -d memory_limit=-1 occ status |jq -r '.installed')"
if [ "$INSTALLED" != "true" ]; then if [ "$INSTALLED" != "true" ]; then
echo "WARNING: Not installed yet. Exiting." echo "WARNING: Not installed yet. Exiting."