diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-15 11:43:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 11:43:57 +0200 |
commit | 89cd311a1b4646cd975181945561a742a5c842f4 (patch) | |
tree | c1a66360b582225056ca4f9656859931aeabd2ea | |
parent | a73b150e70804907bb2c10390da766a0c6bc7485 (diff) | |
parent | 51a8635c71372f4dbf725fcee434ef4e98e78199 (diff) | |
download | podman-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.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}" |