Skip to content

Commit

Permalink
[skip ci] Add instructions to finish the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 13, 2020
1 parent 6905d34 commit 1c9c568
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions BACKPORT_TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Error on backporting to branch master, error on cherry picking ['32ca3d3e3270eaff09a2d387ab5e84750ef6a80d']:



to continue do:
git fetch && git checkout backport/754-to-master && git reset --mixed HEAD^
rm BACKPORT_TODO
git apply --3way --index 32ca3d3e3270eaff09a2d387ab5e84750ef6a80d.patch
rm 32ca3d3e3270eaff09a2d387ab5e84750ef6a80d.patch
git commit --message="Add Clean Docker hub tags workflow
"
git push origin backport/754-to-master --force

0 comments on commit 1c9c568

Please sign in to comment.