From c05afca0e8ab43212ca8b182ca72d857ffd05acd Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Wed, 18 Dec 2024 02:16:38 -0300 Subject: [PATCH] chore: lint w/o canceling the build --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e5e61ca..ceed733 100644 --- a/Containerfile +++ b/Containerfile @@ -14,4 +14,4 @@ RUN chmod +x /tmp/build.sh &&\ ostree container commit # Just gotta get this green! -# RUN bootc container lint +RUN bootc container lint || exit 0