From daa89ba30aaa71c1f6a6ee5be0714e7755f2545b Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 29 May 2024 15:37:39 +0200 Subject: [PATCH] Jankinsfile-compile: add missing comma after `ark_pi6x_default` --- .ci/Jenkinsfile-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 0431761e98..c482b14d45 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -47,7 +47,7 @@ pipeline { "ark_fmu-v6x_bootloader", "ark_fmu-v6x_default", "ark_pi6x_bootloader", - "ark_pi6x_default" + "ark_pi6x_default", "atl_mantis-edu_default", "av_x-v1_default", "bitcraze_crazyflie21_default",