From ef451fa26680a0536b053de73f0e27fe6c23d667 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 03:17:46 +0100 Subject: [PATCH] Revert "Runner now supports sensible globbing patterns" & "Maybe this will make globbing work" Runner *actually* only supports sensible globbing patterns for cache, not artifacts. This reverts commits 24129e8a54029dc92cbc5c94bdbb7f7397e62ae4 and 094f0d1772d86795dd07a8f8fddaf5dfb7977f7c. --- .gitlab-ci.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e2bb3451b..258963a2fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,7 +85,13 @@ MacOS: - "*.zip" - "*.log" - MSVC2019_64_Ninja/*.log - - MSVC2019_64_Ninja/**/*.log + - MSVC2019_64_Ninja/*/*.log + - MSVC2019_64_Ninja/*/*/*.log + - MSVC2019_64_Ninja/*/*/*/*.log + - MSVC2019_64_Ninja/*/*/*/*/*.log + - MSVC2019_64_Ninja/*/*/*/*/*/*.log + - MSVC2019_64_Ninja/*/*/*/*/*/*/*.log + - MSVC2019_64_Ninja/*/*/*/*/*/*/*/*.log Windows_Ninja_Release: extends: @@ -142,7 +148,13 @@ Windows_Ninja_RelWithDebInfo: - "*.zip" - "*.log" - MSVC2019_64/*.log - - MSVC2019_64/**/*.log + - MSVC2019_64/*/*.log + - MSVC2019_64/*/*/*.log + - MSVC2019_64/*/*/*/*.log + - MSVC2019_64/*/*/*/*/*.log + - MSVC2019_64/*/*/*/*/*/*.log + - MSVC2019_64/*/*/*/*/*/*/*.log + - MSVC2019_64/*/*/*/*/*/*/*/*.log Windows_MSBuild_Release: extends: