Skip to content

Commit

Permalink
Try alternative flow for cov sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 24, 2020
1 parent 0c63657 commit 621d383
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/covsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 621d383

Please sign in to comment.