Skip to content

Commit 9355679

Browse files
authored
Update appveyor.yml
1 parent e58c866 commit 9355679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ test: off
2626
on_success:
2727
- cd azure-psdocs-processing
2828
- git add -A
29-
- git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell-azuread docs." && git pull origin master && git push origin master
29+
- git diff --quiet --exit-code --cached || git commit --author="VSC CI Service <vscavu@microsoft.com>" -m "Update azure powershell-azuread docs." && git pull origin master --rebase && git push origin master
3030
# on_finish:
3131
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)