Files
dropshell-templates/gitea-runner-docker/logs.sh
Your Name bedc68373d
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 14s
Add 7 and update 2 files
2025-08-24 20:50:58 +12:00

9 lines
226 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# shellcheck disable=SC1091
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "SERVER" "SERVICE" "CONTAINER_NAME"
echo "Container ${CONTAINER_NAME} logs:"
docker logs "${CONTAINER_NAME}"