From 51a8635c71372f4dbf725fcee434ef4e98e78199 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 13 Sep 2022 11:19:52 -0400 Subject: Cirrus: Fix win_installer task clone failure Fix error in this task happening on `main`: Failed to force reset to 5ab...6d4: object not found! Ref: https://cirrus-ci.com/task/6674361678561280?logs=clone#L2 Signed-off-by: Chris Evich --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 4d7fbde13..9cab8f0f0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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}" -- cgit v1.2.3-54-g00ecf