Skip to content

Commit

Permalink
Update local_fix_format.sh
Browse files Browse the repository at this point in the history
Signed-off-by: ohadvano <[email protected]>
  • Loading branch information
ohadvano authored Apr 30, 2023
1 parent 8619484 commit 8a27d26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/local_fix_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ else
verbose=0
fi

# The following condition is added to be able to run this script using Docker,
# due to a problem to locate clang using WSL on Windows. Use with the following command:
# BUILD_REASON=local-ci ./ci/run_envoy_docker.sh ./tools/local_fix_format.sh
if [[ "$BUILD_REASON" == "local-ci" ]]; then
. ci/build_setup.sh
fi
Expand Down

0 comments on commit 8a27d26

Please sign in to comment.