add docker-registry
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 5s
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 5s
This commit is contained in:
9
docker-registry/logs.sh
Executable file
9
docker-registry/logs.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
_check_required_env_vars
|
||||
|
||||
# Main script.
|
||||
echo "Container ${CONTAINER_NAME} logs:"
|
||||
_grey_start
|
||||
docker logs "${CONTAINER_NAME}"
|
||||
_grey_end
|
||||
Reference in New Issue
Block a user