Try alternative flow for cov sync.

This commit is contained in:
Roger A. Light 2020-11-24 10:09:30 +00:00
parent 0c6365726f
commit 621d3832c4

View File

@ -13,7 +13,9 @@ jobs:
with:
fetch-depth: 0
- run: |
git checkout -b coverity-fixes origin/fixes
git checkout coverity-fixes
git reset --hard origin/fixes
git push origin coverity-fixes
git checkout -b coverity-develop origin/develop
git checkout coverity-develop
git reset --hard origin/develop
git push origin coverity-develop