aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-15 11:43:57 +0200
committerGitHub <noreply@github.com>2022-09-15 11:43:57 +0200
commit89cd311a1b4646cd975181945561a742a5c842f4 (patch)
treec1a66360b582225056ca4f9656859931aeabd2ea
parenta73b150e70804907bb2c10390da766a0c6bc7485 (diff)
parent51a8635c71372f4dbf725fcee434ef4e98e78199 (diff)
downloadpodman-89cd311a1b4646cd975181945561a742a5c842f4.tar.gz
podman-89cd311a1b4646cd975181945561a742a5c842f4.tar.bz2
podman-89cd311a1b4646cd975181945561a742a5c842f4.zip
Merge pull request #15781 from cevich/fix_win_installer_clone
Cirrus: Fix win_installer task clone failure
-rw-r--r--.cirrus.yml1
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}"