From 8590f3bfccea2a5bcbcfd4da4c1589049899fd92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9C=A4=EC=A0=95=ED=98=84/Common=20Platform=20Lab=28SR=29?= =?utf8?q?/Staff=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 16 Apr 2020 17:08:11 +0900 Subject: [PATCH] Fixed circle ci config file to deploy source code to spin tizen_wearable branch (#203) --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87e51b8..5bf2001 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,10 +21,15 @@ jobs: - run: command: | mkdir -p ~/.ssh && echo "Host *" > ~/.ssh/config && echo " StrictHostKeyChecking no" >> ~/.ssh/config + echo "[Sync to Public] START---" git remote add upstream ssh://arosis78@review.tizen.org:29418/platform/core/csapi/xsf git fetch upstream git push -f upstream HEAD:tizen_5.5 git push -f upstream HEAD:tizen + echo "[Sync to Spin] START ---" + git remote add spin ssh://jh0506.yun@165.213.149.170:29418/platform/core/csapi/xsf + git fetch spin + git push -f spin HEAD:tizen_wearable source-sync: docker: -- 2.7.4