diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 05:02:34 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-21 05:39:13 -0500 |
| commit | 87e1618f1f0b09b89592ac49cfcc0c49a81353a9 (patch) | |
| tree | c415ad4a6c39e386d4f2eb20838bcfeb8de55a02 | |
| parent | 2ec30253748162b08e47c217f7cc93588d4c25ea (diff) | |
[skip ci] Pull data from all branches
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index fed9c465..1643d317 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,7 +35,7 @@ build_script: # End comments. - git clone --depth=1 https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella + git clone --depth=1 --no-single-branch https://github.com/ModOrganizer2/modorganizer-umbrella.git c:\projects\modorganizer-umbrella New-Item -ItemType Directory -Path ${env:APPVEYOR_BUILD_FOLDER}\modorganizer-build |
