mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-06 08:10:48 +00:00
Pull latest main before running improve loop
This commit is contained in:
parent
b2a233ba77
commit
7fa158b33b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Wrapper for Sprite service — always pulls latest before running
|
||||
cd /home/sprite/spawn
|
||||
git checkout main 2>/dev/null
|
||||
git pull --rebase origin main 2>/dev/null
|
||||
exec bash improve.sh --loop >> /home/sprite/spawn/improve.log 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue