Skip to main content

Fix accidental merge to master

When you merged something accidentally in master:

  1. Go to Gitlab Jobs and cancel the deploy. \ Click the [X] \

alt_text \ It should look like \

alt_text \

  1. Even after you cancel your deploy - the code is still in master. On the next deploy that code will go out. \ If you don’t want your code to go to prod:

  2. Let @engineers know in engineering channel that master is frozen.

  3. Go to your MR that you merged, there should be a revert button there. That will create a new MR.

  4. Add [ci-skip] to your MR.

  5. Merge the MR.

  6. Let engineering channel know master is unfrozen

    Notes for : emergency revert, accidental merge, cancel deploy, revert the revert.