Initial revision

This commit is contained in:
Michael Vines 2018-12-18 14:27:37 -08:00
parent e8e6c70e19
commit b101f40c32
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 11 additions and 0 deletions

11
ci/_ Normal file
View File

@ -0,0 +1,11 @@
# Buildkite log management helper
#
# See https://buildkite.com/docs/pipelines/managing-log-output
#
# |source| me
#
_() {
echo "--- $*"
"$@"
}