Hey there!
I wanna to echo clickable url (i want press to it), but looks like shell stdout automatically converts to ANSI.
Anyone knows, how i can print url in build log, that i can click?
Hey there!
I wanna to echo clickable url (i want press to it), but looks like shell stdout automatically converts to ANSI.
Anyone knows, how i can print url in build log, that i can click?
It there any update?
F.e. i make echo in .drone.yml:
echo 'a href=httpx://drone.io>httpx://drone.io</a’
In results in build log I see:
a href=https://drone.io>httpx://drone.io</a
And it steel not a link.
I’ve debuged it, and found that ANSI inside:
div>lt;a href=https://drone.io>httpx://drone.io</agt</div
Hey guys, anyone using urls in logs?
I’m trying to do the same, still no luck