From 68ee98137995afe32a907bd90318035b0b10b8b6 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 5 Jan 2023 08:28:12 +0100 Subject: ci: manifest: Replace 'expiry' with 'expire_in' 'expiry' isn't a keyword in lcitool anymore, the only reason why everything has kept working despite lcitool updates is that lcitool sets 'expire_in' to 2 days by default. Signed-off-by: Erik Skultety --- ci/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/manifest.yml b/ci/manifest.yml index c003f23..79e0d2a 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -20,7 +20,7 @@ targets: template: .native_git_build_job suffix: -git artifacts: - expiry: 2 days + expire_in: 2 days paths: - scratch - build -- cgit v1.2.1