Skip to content

Commit

Permalink
fix git commit "nothing to commit" error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuan Zhou authored Aug 12, 2016
1 parent d785bb1 commit 3ad7118
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ build_script:
on_success:
- cd docs
- git add .
- git commit -m "CI Updates"
- git push -u origin master
- git diff --quiet --exit-code --cached || git commit -m "CI Updates" || git push -u origin master
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 3ad7118

Please sign in to comment.