Merge pull request #15781 from cevich/fix_win_installer_clone
Cirrus: Fix win_installer task clone failure
This commit is contained in:
commit
89cd311a1b
|
|
@ -1119,7 +1119,6 @@ win_installer_task:
|
|||
env:
|
||||
PATH: "${PATH};C:\\ProgramData\\chocolatey\\bin"
|
||||
CIRRUS_SHELL: powershell
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
# Fake version, we are only testing the installer functions, so version doesn't matter
|
||||
WIN_INST_VER: 9.9.9
|
||||
CIRRUS_WORKING_DIR: "${CIRRUS_DEFAULT_WORK}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue