Fix accidental merge to master
When you merged something accidentally in master:
- Go to Gitlab Jobs and cancel the deploy. \ Click the [X] \
\
It should look like \
\
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:
Let @engineers know in engineering channel that master is frozen.
Go to your MR that you merged, there should be a revert button there. That will create a new MR.
Add [ci-skip] to your MR.
Merge the MR.
Let engineering channel know master is unfrozen
Notes for : emergency revert, accidental merge, cancel deploy, revert the revert.