Fixed circle ci config file to deploy source code from spin to public git (#201)
author윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Tue, 14 Apr 2020 05:46:28 +0000 (14:46 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 14 Apr 2020 05:46:28 +0000 (14:46 +0900)
.circleci/config.yml

index e454ae4..87e51b8 100644 (file)
@@ -21,9 +21,10 @@ jobs:
       - run:
           command: |
             mkdir -p ~/.ssh && echo "Host *" > ~/.ssh/config && echo " StrictHostKeyChecking no" >> ~/.ssh/config
-            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
+            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
 
   source-sync:
     docker: