Skip to content

Commit

Permalink
#1742 add exception for vt directory before running git commands on A…
Browse files Browse the repository at this point in the history
…zure
  • Loading branch information
Jakub Strzebonski committed May 9, 2022
1 parent 19a1056 commit 68cd4f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ then
export Zoltan_DIR=${ZOLTAN_DIR:-""}
fi

if test "${VT_CI_BUILD:-0}" -eq 1; then
git config --global --add safe.directory /vt
fi

export VT=${source_dir}
export VT_BUILD=${build_dir}/vt
mkdir -p "$VT_BUILD"
Expand Down

0 comments on commit 68cd4f5

Please sign in to comment.