Created
December 22, 2019 01:25
-
-
Save dlorenc/d5eefb3f7f7d01548c46dff26b6b63a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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