Skip to content

Commit 48ede12

Browse files
committed
fix: remove backup creation of develop branch due to more purposeful checkout existing
1 parent cffc54e commit 48ede12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def require_clean_and_up_to_date_demo_repo(demo_path: Path) -> None:
132132
with work_in(demo_path):
133133
git("fetch")
134134
git("fetch", "origin", f"{DEMO.main_branch}:{DEMO.main_branch}")
135-
git("fetch", "origin", f"{DEMO.develop_branch}:{DEMO.develop_branch}")
136135
git("status", "--porcelain")
137136
validate_is_synced_ancestor(ancestor=DEMO.main_branch, descendent=DEMO.develop_branch)
138137
except Exception as e:

0 commit comments

Comments
 (0)