Merge pull request #15781 from cevich/fix_win_installer_clone

Cirrus: Fix win_installer task clone failure
This commit is contained in:
OpenShift Merge Robot
2022-09-15 11:43:57 +02:00
committed by GitHub

View File

@ -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}"