Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/migrate-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ jobs:
echo "No changes to commit"
else
git commit -m "chore: migrate images to GCS and remove temporary assets [skip ci]"
git pull --rebase
git push
n=0
until git pull --rebase && git push; do
n=$((n+1))
if [ $n -ge 3 ]; then
echo "Push failed after 3 attempts"
exit 1
fi
echo "Retry $n/3..."
sleep 5
done
fi
2 changes: 1 addition & 1 deletion data/materials/generic/pla-army-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ primary_color:
color_rgba: '#1f6b20ff'
secondary_colors: []
photos:
- url: /tmp/assets/generic/pla-army-green/20260205111104.jpg
- url: /tmp/assets/generic/pla-army-green/20260205110532.jpg
type: unspecified
properties: {}
uuid: c6753d1b-4618-505a-aa5a-0676e55e9545
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.