Skip to content

Commit

Permalink
unblock source build failing due to fatal: transport 'file' not allow…
Browse files Browse the repository at this point in the history
…ed error (#4867)
  • Loading branch information
kartheekp-ms authored and Kartheek Penagamuri committed Oct 31, 2022
1 parent 48dcacd commit 1bf3eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/source-build/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

echo "git config --global protocol.file.allow always"
git config --global protocol.file.allow always

source="${BASH_SOURCE[0]}"
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"

Expand Down

0 comments on commit 1bf3eeb

Please sign in to comment.