From 0210ab16fdae9b86e08b7da863b0ad79fb67bcd1 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Thu, 12 May 2022 23:01:10 +0200 Subject: [PATCH] drop me later Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98c3194e..e85d7b8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,8 @@ bundle-raspberrypi4-64: extends: .build-rauc-bundle stage: update # Depend on the build job to prevent repeating build failures. - needs: [linux-raspberrypi4-64] + # disabled for development + # needs: [linux-raspberrypi4-64] variables: MACHINE: raspberrypi4-64 CI_ONIRO_BUILD_FLAVOUR: linux -- GitLab