We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c45f6db + 4775b48 commit e2ba0e7Copy full SHA for e2ba0e7
appveyor.yml
@@ -20,8 +20,8 @@ build_script:
20
21
test: off
22
on_success:
23
- - git clone -q --branch=%target_branch% %content_repo% %TEMP%\Azure
+ - git clone -q --branch=%source_branch% %content_repo% %TEMP%\Azure
24
- cd %TEMP%\Azure
25
- ps: ls C:\docs -dir | % { copy $_.FullName . -Recurse -Force }
26
- git add -A
27
- - git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %target_branch% && appveyor AddMessage "Content Updated"
+ - git diff --quiet --exit-code --cached || git commit -m "Sync docs from source code repo to content repo." && git push origin %target_branch% -f && appveyor AddMessage "Content Updated"
0 commit comments