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

@ -3,17 +3,12 @@ set -e
cd "$(dirname "$0")/.."
# shellcheck disable=SC1091
source ci/_
source ci/upload-ci-artifact.sh
eval "$(ci/channel-info.sh)"
ci/version-check-with-upgrade.sh nightly
_() {
echo "--- $*"
"$@"
}
set -o pipefail
export RUST_BACKTRACE=1