1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00: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: before_build:
- node --version - node --version
- npm --version - npm --version
- cmd: set "GIT_PATH=C:\Program Files\Git\mingw64\libexec\git-core"
- cmd: set "PATH=%GIT_PATH%;%PATH%"
build_script: build_script:
- sh: chmod +x ./build-ci.sh - sh: chmod +x ./build-ci.sh