From 50f33dcea67133747446ca1df73f19e8deba3dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Fri, 13 May 2022 00:26:02 +0200 Subject: [PATCH] Fixing zips branch --- .github/calculate_db.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/calculate_db.py b/.github/calculate_db.py index d93a7094b..20d1f1cae 100755 --- a/.github/calculate_db.py +++ b/.github/calculate_db.py @@ -461,9 +461,7 @@ def create_db(folder, options, tags): if not run_conditional('git diff --quiet main origin/zips'): print('zip branch has changes') run_succesfully('git update-ref -d refs/remotes/origin/zips') - run_succesfully('git push --force origin new_zips:zips2') - print('forcing error') - raise Error('boom') + run_succesfully('git push --force origin new_zips:zips') else: print('Using old zip branch from origin') zip_sha = run_stdout('git rev-parse --verify origin/zip').strip()