fix(ci): stage src/memory/ in v2 pipelines to avoid rebase unstaged changes error

This commit is contained in:
Nubenetes Bot
2026-08-15 10:15:21 +02:00
parent c5c213c3d9
commit 827ad0a7db
3 changed files with 3 additions and 3 deletions
@@ -61,7 +61,7 @@ jobs:
run: |
git config --global user.name "Nubenetes Bot"
git config --global user.email "bot@nubenetes.com"
git add data/inventory.yaml data/inventory.sql
git add data/inventory.yaml data/inventory.sql src/memory/
if git diff --staged --quiet; then
echo "No changes in inventory to commit."
else
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
run: |
git config --global user.name "Nubenetes Bot"
git config --global user.email "bot@nubenetes.com"
git add data/inventory.yaml data/inventory.sql
git add data/inventory.yaml data/inventory.sql src/memory/
if git diff --staged --quiet; then
echo "No changes in AI analysis to commit."
else
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
run: |
git config --global user.name "Nubenetes Bot"
git config --global user.email "bot@nubenetes.com"
git add data/inventory.yaml data/inventory.sql v2-docs/videos/
git add data/inventory.yaml data/inventory.sql src/memory/ v2-docs/videos/
if git diff --staged --quiet; then
echo "No automated changes to commit."
else