Closed colin-nolan closed 7 years ago
I think this is an upstream issue: it shouldn't be trying to (re)set so many properties when I only requested to change 1!
I will file a bug report on the GitLab python library that this is using.
Bug report filed on the GitLab client library: https://github.com/gpocentek/python-gitlab/issues/250.
Shared runners are currently being disabled with this code:
Call to this save method tries to put this data:
It would appear the failure is because of a lack of permissions to change any of these parameters:
Changing the
shared_runners_enabled
property on its own works fine.