mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-08-19 12:26:26 +00:00
fix(ci): stage src/memory/ in v2 pipelines to avoid rebase unstaged changes error
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user