Skip to content

Commit

Permalink
chore: 🤖 show current commit
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 23, 2023
1 parent 64c1d30 commit bf025e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fi

git clean -f

echo "[INFO] Current commit"
git show --oneline -s

if ! docker compose ps --format "{{.Service}} {{.State}}" | grep 'llm_indexer running' || ! docker compose ps --format "{{.Service}} {{.State}}" | grep 'discordjs-bot'; then
echo "⚠️ Warrning: Docker compose stack is down"
echo "🤖 Should start compose stack, be patient..."
Expand Down

0 comments on commit bf025e5

Please sign in to comment.