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