From f2b7ec9024a50695f1e4daa3e4b52fe27112d96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com> Date: Thu, 5 May 2022 13:31:04 +0200 Subject: [PATCH] CI: Remove build for dual espresso again The pipeline is not setup to build from different manifest and so on, and the dual_espresso manifest will probably go to a seperate repo to keep it private. --- manifest.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifest.yml b/manifest.yml index 31542b7..ef40784 100644 --- a/manifest.yml +++ b/manifest.yml @@ -290,15 +290,6 @@ build:imx8mpguf: variables: CI_PARAM_MACHINE: imx8mpguf -build:imx8mpguf:dual-espresso: - extends: .buildimage - stage: build - rules: - - when: manual - variables: - CI_PARAM_MACHINE: imx8mpguf - CI_PARAM_IMAGE: seco-image-dual-espresso - build:imx6guf:fngsystem: extends: .buildfng stage: build -- GitLab