Fix #3347: Disable Git-LFS on Windows
This commit is contained in:
parent
56264ea4b7
commit
dd788a6cea
@ -24,6 +24,7 @@ payload:
|
||||
env:
|
||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||
MSYS: 'winsymlinks:nativestrict'
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
|
||||
command:
|
||||
- >-
|
||||
|
@ -32,6 +32,7 @@ then:
|
||||
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||
MSYS: 'winsymlinks:nativestrict'
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
|
||||
command:
|
||||
- >-
|
||||
|
@ -34,6 +34,7 @@ then:
|
||||
EXPECTED_TENSORFLOW_VERSION: "${build.tensorflow_git_desc}"
|
||||
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
|
||||
MSYS: 'winsymlinks:nativestrict'
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
|
||||
command:
|
||||
- >-
|
||||
|
@ -34,6 +34,7 @@ payload:
|
||||
MSYS: 'winsymlinks:nativestrict'
|
||||
EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples"
|
||||
EXAMPLES_CHECKOUT_TARGET: "r0.8"
|
||||
GIT_LFS_SKIP_SMUDGE: '1'
|
||||
|
||||
command:
|
||||
- >-
|
||||
|
Loading…
Reference in New Issue
Block a user