Fixed ci file (#199)
author윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Tue, 14 Apr 2020 00:44:34 +0000 (09:44 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 14 Apr 2020 00:44:34 +0000 (09:44 +0900)
.circleci/config.yml

index 8378826..7643f90 100644 (file)
@@ -24,6 +24,8 @@ jobs:
             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 config --local user.name "TizenAPI-Bot"
+            git config --local user.email "tizenapi@samsung.com"         
             git checkout dev
             git cherry-pick master
             git push origin dev