mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-27 14:25:20 +02:00
Merge remote-tracking branch 'origin/incremental_development' into incremental_development
# Conflicts: # tests/metagpt/test_incremental_dev.py
This commit is contained in:
commit
4d7575bece
1 changed files with 2 additions and 2 deletions
|
|
@ -179,11 +179,11 @@ def check_or_create_base_tag(project_path):
|
|||
has_base_tag = os.system(check_base_tag_cmd) == 0
|
||||
|
||||
if has_base_tag:
|
||||
logger.info("base tag exists")
|
||||
logger.info("Base tag exists")
|
||||
# Switch to the 'base' branch if it exists
|
||||
switch_to_base_branch_cmd = "git checkout base"
|
||||
if os.system(switch_to_base_branch_cmd) == 0:
|
||||
logger.info("switched to base branch")
|
||||
logger.info("Switched to base branch")
|
||||
else:
|
||||
logger.debug("Failed to switch to base branch.")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue