We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce1e78 commit 0e5a272Copy full SHA for 0e5a272
push_new_series.sh
@@ -79,6 +79,7 @@ do
79
git checkout "$base_git_revision"
80
git branch -D new_series > /dev/null || true
81
git checkout -b new_series
82
+ git cherry-pick origin/ci # apply CI patch
83
if ! b4 shazam $msg_id |& tee shazam.log; then
84
git am --abort
85
git add shazam.log
0 commit comments