diff options
author | Chris Evich <cevich@redhat.com> | 2022-09-13 11:19:52 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-09-14 13:27:40 -0400 |
commit | 51a8635c71372f4dbf725fcee434ef4e98e78199 (patch) | |
tree | eb12454100794e489ead89acf64534efcc547d73 /.cirrus.yml | |
parent | 017d81ddd0e8d228aadb949175c0aae1e4b9d925 (diff) | |
download | podman-51a8635c71372f4dbf725fcee434ef4e98e78199.tar.gz podman-51a8635c71372f4dbf725fcee434ef4e98e78199.tar.bz2 podman-51a8635c71372f4dbf725fcee434ef4e98e78199.zip |
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 <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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}" |