Skip to content

Commit

Permalink
derp derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 4, 2024
1 parent 14bf23f commit 19c9a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks:
CONTAINER_NAME="k3d-uds-server-0"
if docker ps | grep -q "$CONTAINER_NAME"; then
echo "Container $CONTAINER_NAME is running. Proceeding with log copy..."
docker cp "${CONTAINER_NAME}:/var/log/ /tmp/uds-containerd-logs"
docker cp "${CONTAINER_NAME}:/var/log/" /tmp/uds-containerd-logs
else
echo "Container $CONTAINER_NAME is not running. Skipping log copy."
fi
Expand Down

0 comments on commit 19c9a3f

Please sign in to comment.