Skip to content

Instantly share code, notes, and snippets.

@dlorenc
Created December 22, 2019 01:25
Show Gist options
  • Save dlorenc/d5eefb3f7f7d01548c46dff26b6b63a1 to your computer and use it in GitHub Desktop.
Save dlorenc/d5eefb3f7f7d01548c46dff26b6b63a1 to your computer and use it in GitHub Desktop.
$ cat taskrun.yaml
...
#!/bin/bash
uname -a
xcode-select -v
...
$ tkn taskrun logs orka-ping-pp7mt
...
[unnamed-0] Darwin Admins-iMac 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64
[unnamed-0] xcode-select version 2370.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment