From f4c6829a170964fda62767816966d01d68a3b9c4 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:00:15 -0500 Subject: [PATCH] Look for where bluebuild exists --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14519e7..b736e11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,10 +22,10 @@ build-image: matrix: - RECIPE: - jp-desktop-nvidia.yml - - jp-laptop.yml + # - jp-laptop.yml # - jp-laptop-cosmic.yml - - cp-laptop.yml - - jp-truenas.yml + # - cp-laptop.yml + # - jp-truenas.yml variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs @@ -39,4 +39,5 @@ build-image: script: - sleep 5 - sudo echo "This is a test" + - sudo which bluebuild - sudo bluebuild build -vv --rechunk -S sigstore -p ./recipes/$RECIPE