From 827ad0a7db0a59fa03ff5faae1cf5e8df3cc5a87 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 15 Aug 2026 10:15:21 +0200 Subject: [PATCH] fix(ci): stage src/memory/ in v2 pipelines to avoid rebase unstaged changes error --- .github/workflows/03.1.agentic_v2_metadata.yml | 2 +- .github/workflows/03.2.agentic_v2_ai.yml | 2 +- .github/workflows/03.3.agentic_v2_videos.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/03.1.agentic_v2_metadata.yml b/.github/workflows/03.1.agentic_v2_metadata.yml index 2e9f40c2..c3e4e46f 100644 --- a/.github/workflows/03.1.agentic_v2_metadata.yml +++ b/.github/workflows/03.1.agentic_v2_metadata.yml @@ -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 diff --git a/.github/workflows/03.2.agentic_v2_ai.yml b/.github/workflows/03.2.agentic_v2_ai.yml index 3a0216a9..8930065a 100644 --- a/.github/workflows/03.2.agentic_v2_ai.yml +++ b/.github/workflows/03.2.agentic_v2_ai.yml @@ -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 diff --git a/.github/workflows/03.3.agentic_v2_videos.yml b/.github/workflows/03.3.agentic_v2_videos.yml index 8db72fa4..f048f313 100644 --- a/.github/workflows/03.3.agentic_v2_videos.yml +++ b/.github/workflows/03.3.agentic_v2_videos.yml @@ -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