From e1340c50266250b5c0eb7b3142f87c9cebdded33 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Fri, 28 Jun 2019 15:46:24 +0200 Subject: Try caching updater-repo in gitlab Signed-off-by: Laurent Bonnans --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 642a156..1cbf1d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,9 @@ Checkout: artifacts: paths: - updater-repo + cache: + paths: + - updater-repo script: - ./scripts/ci/checkout-oe.sh -- cgit v1.2.3-54-g00ecf