Skip to content

Commit babfcef

Browse files
committed
reset2main
1 parent b6deb9a commit babfcef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

failLoopster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env bash
22
echo "${this_new_name},${model_name},${diff},${loopster_count},loopster-fail" >> score.csv
3+
scripts/reset2main.sh

fantasyloop.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ do_aider () {
9292
clean_dirty_git
9393
git checkout -b "${this_new_name}_success"
9494
add_score "eagle"
95+
scripts/reset2main.sh
9596
#echo "${this_new_name},${model_name},${time_delta},${loopster_count},eagle" >> score.csv
9697
fi
9798
#set -e

successLoopster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/usr/bin/env bash
22
echo "${this_new_name},${model_name},${diff},${loopster_count},loopster-success" >> score.csv
3+
scripts/reset2main.sh

0 commit comments

Comments
 (0)