Remove duplicate _ definitions

This commit is contained in:
Michael Vines
2018-12-18 14:25:10 -08:00
parent c8d27f6424
commit e8e6c70e19
6 changed files with 6 additions and 35 deletions

View File

@ -7,11 +7,7 @@
set -e
cd "$(dirname "$0")/.."
_() {
echo "--- $*"
"$@"
}
source ci/_
: "${BUILDKITE_COMMIT:=local}"
reportName="lcov-${BUILDKITE_COMMIT:0:9}"