Log the Docker run command in the entrypoint script for debugging purposes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-08-07 16:38:25 +02:00
parent 7bb96a1863
commit ba921a53a2

View File

@@ -913,6 +913,7 @@ upgrade_scheduler() {
--env RUN_FORCE=$RUN_FORCE \
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \
$DOCKER_START"
echo "DOCKER RUN: $DOCKER_RUN"
eval "$DOCKER_RUN"
}