Skip to content
Snippets Groups Projects
Commit d2de2f9d authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-15500: Always have to work around Windows path incompatibilities.

parent 0276a325
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ python_cmd "$helpers/codeticket.py" addinput "Viewer Channel" "${viewer_channel} ...@@ -281,7 +281,7 @@ python_cmd "$helpers/codeticket.py" addinput "Viewer Channel" "${viewer_channel}
initialize_version # provided by buildscripts build.sh; sets version id initialize_version # provided by buildscripts build.sh; sets version id
# install the git-hooks dependencies # install the git-hooks dependencies
pip install -r "$git_hooks_checkout/requirements.txt" || \ pip install -r "$(native_path "$git_hooks_checkout/requirements.txt")" || \
fatal "pip install git-hooks failed" fatal "pip install git-hooks failed"
# validate the branch we're about to build # validate the branch we're about to build
python_cmd "$git_hooks_checkout/coding_policy_git.py" --all_files || \ python_cmd "$git_hooks_checkout/coding_policy_git.py" --all_files || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment