Skip to content

Commit 0e5a272

Browse files
committed
push_new_series.sh
1 parent fce1e78 commit 0e5a272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

push_new_series.sh

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ do
7979
git checkout "$base_git_revision"
8080
git branch -D new_series > /dev/null || true
8181
git checkout -b new_series
82+
git cherry-pick origin/ci # apply CI patch
8283
if ! b4 shazam $msg_id |& tee shazam.log; then
8384
git am --abort
8485
git add shazam.log

0 commit comments

Comments
 (0)