Skip to content

Commit

Permalink
push_new_series.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 15, 2024
1 parent fce1e78 commit 0e5a272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions push_new_series.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ do
git checkout "$base_git_revision"
git branch -D new_series > /dev/null || true
git checkout -b new_series
git cherry-pick origin/ci # apply CI patch
if ! b4 shazam $msg_id |& tee shazam.log; then
git am --abort
git add shazam.log
Expand Down

0 comments on commit 0e5a272

Please sign in to comment.