From ab83db20dcc9fe2b4f10cbef7af87512817ad273 Mon Sep 17 00:00:00 2001 From: sherlock Date: Sat, 4 Jan 2025 13:44:44 +0000 Subject: [PATCH] update: changed ci --- ci/ci_cd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ci_cd.sh b/ci/ci_cd.sh index e88afcf5..21e5e7c2 100755 --- a/ci/ci_cd.sh +++ b/ci/ci_cd.sh @@ -3,6 +3,7 @@ rm -rf Deku-SMS-Android git clone --recurse-submodules -j8 git@github.com:deku-messaging/Deku-SMS-Android.git cd Deku-SMS-Android && \ + git checkout staging && \ git submodule update --init --recursive && \ cp /root/release.properties . && \ cp /root/app/keys/app-release-key.jks app/keys/ && \