From 503384b51bdbdaa3aa3ed0d65ef0224baa1fa8d6 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Fri, 2 Sep 2022 00:23:41 +0530
Subject: [PATCH] Enable cache

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16675752..8013a39d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,14 +4,13 @@ stages:
   - deploy
 
 cache:
-  key: $CI_COMMIT_REF_SLUG
   paths:
     - public
 
 pages:
   stage: deploy
   script:
-  - ./gitlab-build.sh
+    - ./gitlab-build.sh
   artifacts:
     paths:
-    - public
+      - public
-- 
GitLab