From fa3a0ba747041b1b2a6d43fa61bdeef1ba9ba5df Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 31 Jul 2024 15:47:34 -0800 Subject: [PATCH] CI: Update prebuilt repository URL (#374) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2704a7bb28..f1fe0226cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,7 +202,7 @@ check no source code sent: publish to private gitlab prebuilt: extends: ".publish_base" variables: - GIT_ORIGIN: git@gitlab.com:sunnypilot/public/sunnypilot.git + GIT_ORIGIN: git@gitlab.com:sunnypilot/public/sunnypilot-prebuilts.git rules: - if: $NEW_BRANCH when: on_success