From 5aa5af9390df6eb3bc6cad1d5e9da78d3be030ac Mon Sep 17 00:00:00 2001 From: Oleh Avramenko Date: Thu, 2 Sep 2021 13:56:47 +0300 Subject: OTA-5671: Disable caching for checkout job Signed-off-by: Oleh Avramenko --- scripts/ci/gitlab/checkout.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ci/gitlab/checkout.yml b/scripts/ci/gitlab/checkout.yml index 28c9177..cde636c 100644 --- a/scripts/ci/gitlab/checkout.yml +++ b/scripts/ci/gitlab/checkout.yml @@ -5,9 +5,6 @@ # - CURRENT_PROJECT (will be symlinked instead of pulled) image: $BITBAKE_CHECKOUT_IMAGE - cache: - paths: - - updater-repo artifacts: expire_in: "1 day" paths: -- cgit v1.2.3-54-g00ecf