Fixed circle ci config file to deploy source code to spin tizen_wearable branch ...
author윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Thu, 16 Apr 2020 08:08:11 +0000 (17:08 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 16 Apr 2020 08:08:11 +0000 (17:08 +0900)
.circleci/config.yml

index 87e51b8..5bf2001 100644 (file)
@@ -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: