Log the Docker run command in the entrypoint script for debugging purposes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -913,6 +913,7 @@ upgrade_scheduler() {
|
|||||||
--env RUN_FORCE=$RUN_FORCE \
|
--env RUN_FORCE=$RUN_FORCE \
|
||||||
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \
|
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \
|
||||||
$DOCKER_START"
|
$DOCKER_START"
|
||||||
|
echo "DOCKER RUN: $DOCKER_RUN"
|
||||||
eval "$DOCKER_RUN"
|
eval "$DOCKER_RUN"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user