Skip to content

Commit

Permalink
commit the right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
asselapathirana committed Nov 29, 2016
1 parent 8ccb3ab commit 28e998a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ artifacts:
- path: service\appveyor_environment.yml

on_success:
- if %HOOK_BACK% == "True" echo "Doing commit : "
- if %HOOK_BACK% == "True" mkdir c:\rrpam-wds
- if %HOOK_BACK% == cd c:\rrpam-wds
- if %HOOK_BACK% == "True" git clone git@github.com:asselapathirana/RRPam-WDS-exetest.git
- if %HOOK_BACK% == "True" cd rrpam-wds
- if %HOOK_BACK% == "True" git config --global credential.helper store
- if %HOOK_BACK% == "True" ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- if %HOOK_BACK% == "True" git config --global user.email "assela@pathirana.net"
Expand Down

0 comments on commit 28e998a

Please sign in to comment.