From 66efc9287ebde2f6244816b03e2fde8dc7bd0b56 Mon Sep 17 00:00:00 2001 From: Shivani Tipnis Date: Mon, 16 Aug 2021 23:15:56 +0530 Subject: [PATCH] ci: Remove depth condition from CI .yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38ebb2871..635f6d54b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ variables: IDF_PATH: "$CI_PROJECT_DIR/esp-idf" GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: recursive - GIT_DEPTH: "1" .setup_idf: &setup_idf # - cd $REPOS_PATH # IDF_PATH is set to something else already?