Skip to content

Commit

Permalink
Reconstruct repo and add packages on package rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Sep 24, 2024
1 parent 65af127 commit b47c940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ initialize_and_push() {
# export URL="$(git config --get remote.origin.url | sed -E 's|.+[:/]([^:/]+)/([^/.]+)(\.git)?|\1/\2|')"
cd "$dir"
git config --global --add safe.directory /workspace # unnecessary
repo-remove x86_64/stratos.db.tar.gz
rm x86_64/stratos.{db,files}* -rf
# repo-remove x86_64/stratos.db.tar.gz
repo-add -R x86_64/stratos.db.tar.gz x86_64/*.pkg.tar.zst
sudo git config --global user.name 'github-actions[bot]'
sudo git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit b47c940

Please sign in to comment.