From 85a0198db55e71b1fa1ffd024cdf23c366d9d57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 11 Jun 2024 18:51:41 +0200 Subject: [PATCH] Update justfile to compose -ostree for legacy --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c16bb4e..f3d60eb 100644 --- a/justfile +++ b/justfile @@ -175,7 +175,7 @@ compose-legacy variant=default_variant: ${CMD} compose tree ${ARGS} \ --add-metadata-string="version=${variant_pretty} ${version}.${buildid}" \ - "${variant}.yaml" \ + "${variant}-ostree.yaml" \ |& tee "logs/${variant}_${version}_${buildid}.${timestamp}.log" if [[ ${EUID} -ne 0 ]]; then