From d6923936194322581c8f5a09a67d38b55ad697f7 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 2 Nov 2021 16:09:52 -0400 Subject: [PATCH] ci: Do not clone in the trigger job Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87572e1195..70a17199e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,6 +109,8 @@ default: trigger: image: alpine:latest stage: 'trigger' + variables: + GIT_STRATEGY: none script: - echo "Trigger job done, now running the pipeline." rules: