Skip to content

executor/mars: allow unregistering runners that were already deleted

Martin Roukala requested to merge executor_mars_reregistering into master

If a runner was removed on the gitlab side, we really want the executor to re-register it and not abort because MaRS is afraid of creating multiple tokens.

Fixes: #196 (closed)

Merge request reports