From 8c31f9a75a42eb184f38a7a9e61b47963e50e69c Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 7 Jul 2022 11:53:03 -0700 Subject: [PATCH] ci: Remove GIT_STRATEGY from .test-manual-mr. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since .test-manual-mr is just a modifier of an existing test job's deps, it should already have this var set appropriately. Acked-by: Michel Dänzer Part-of: --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c208a5bd68..429fb79d1a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -297,6 +297,5 @@ sanity: *all_paths when: manual variables: - GIT_STRATEGY: none JOB_TIMEOUT: 80