Skip to content

Commit

Permalink
ci: Speedup deps precheck (envoyproxy#17102)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: chris.xin <xinchuantao@qq.com>
  • Loading branch information
phlax authored and chrisxrepo committed Jul 8, 2021
1 parent 6c8479f commit ec21ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

build_setup_args=""
if [[ "$1" == "format_pre" || "$1" == "fix_format" || "$1" == "check_format" || \
"$1" == "bazel.clang_tidy" || "$1" == "tooling" ]]; then
"$1" == "bazel.clang_tidy" || "$1" == "tooling" || "$1" == "deps" ]]; then
build_setup_args="-nofetch"
fi

Expand Down

0 comments on commit ec21ac0

Please sign in to comment.