1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

set git pathing

This commit is contained in:
Kyle Spearrin 2019-03-12 16:02:39 -04:00
parent 34ef71707a
commit ce0fe368ab

View File

@ -26,6 +26,8 @@ install:
before_build:
- node --version
- npm --version
- cmd: set "GIT_PATH=C:\Program Files\Git\mingw64\libexec\git-core"
- cmd: set "PATH=%GIT_PATH%;%PATH%"
build_script:
- sh: chmod +x ./build-ci.sh