Access Drone Console Logs on EKS During Run

We are using Drone to run Cypress on EKS. Cypress returns an url for its results output. Right now, with CodeBuild we can access the logs and find that url in the logs to pass back to the user.

How can we do that wih Drone running in EKS(k8s)?

The idea is that the Drone script would read the logs for the run and wait until the Cypress url was available, then return the cypress url as an output.

the output from your pipeline steps is streamed to the user interface. See this example, where a step generates a url and writes to stdout, which is then streamed to the user interface: