From 88143dba4416fc7ffa13ac20db91cb544f1258b6 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Thu, 24 Oct 2024 09:18:46 +0100 Subject: [PATCH] lxd-ui: Use source-depth 1 to avoid checking out full history There's something large in the lxd-ui history. Signed-off-by: Thomas Parrott --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 90f64714..caf366f3 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1464,6 +1464,7 @@ parts: lxd-ui: source: https://github.com/canonical/lxd-ui + source-depth: 1 source-type: git source-tag: "0.5" plugin: nil