From 3f66a3463637b8e8b60786785c38465b6706532e Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:30:56 -0500 Subject: [PATCH] Remove clear plan for some reciepes --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de29e2f..5550431 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,11 +25,13 @@ build-image: - jp-laptop.yml BB_BUILD_RECHUNK: - "true" - BB_BUILD_RECHUNK_CLEAR_PLAN: - - "true" - RECIPE: - cp-laptop.yml - jp-truenas.yml + BB_BUILD_RECHUNK: + - "true" + BB_BUILD_RECHUNK_CLEAR_PLAN: + - "true" variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs