From 77783153b639395aa4b88122933d0de0c93aee96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 17 Mar 2023 23:50:47 +0100 Subject: [PATCH] cache_components: Switch back the permission to 755 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2b41dbe broke all the cached jobs as it changed the permission of the cache_components.sh file from 755 to 644. Fixes: #6497 Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/static-build/cache_components.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/packaging/static-build/cache_components.sh diff --git a/tools/packaging/static-build/cache_components.sh b/tools/packaging/static-build/cache_components.sh old mode 100644 new mode 100755