From 5af630da20743688feb2af641aa151d743c1523a Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 28 Feb 2024 15:04:34 +0100 Subject: [PATCH] ci: fix git strategy env var --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index 80aeda6ea6..e4d4e0f3a6 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -302,7 +302,7 @@ variables: # git describe requires commit history until the latest tag .before_script:fetch:git_describe: variables: - GIT_STRAEGY: none + GIT_STRATEGY: none before_script: - *git_init - *git_fetch_from_mirror_url_if_exists