mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
set git pathing
This commit is contained in:
parent
34ef71707a
commit
ce0fe368ab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user