From 8346d8ef660add4df1fb6755868adcd7a1baf8e2 Mon Sep 17 00:00:00 2001 From: Anupam Basak <anupam.basak27@gmail.com> Date: Tue, 18 Apr 2023 12:50:17 +0530 Subject: [PATCH] Pull ZynthianOS from default branch as bullseye changes are merged now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55b9e97..97ef0f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build-zynthbox-image-armhf: # Clone repositories required to generate image - echo "# Clone repositories required to generate image" - git clone https://github.com/zynthbox/CustomPiOS.git - - git clone https://github.com/zynthbox/ZynthianOS.git -b dev-bullseye + - git clone https://github.com/zynthbox/ZynthianOS.git # Setup Zynthbox Repo sourceline - echo "# Setup Zynthbox Repo sourceline" -- GitLab