Skip to content

Commit

Permalink
ci: Speedup deps precheck (#17102)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Jun 23, 2021
1 parent 1300bb3 commit 1d715d6
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 1d715d6

Please sign in to comment.