diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-28 09:10:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-28 09:10:54 +0000 |
commit | 801820054081d4b795e6037a1c3e3d340dd831df (patch) | |
tree | 7c4e34baf19b7e7ba5a74d96c63f708e2c86f9f6 /app/helpers/ci | |
parent | ce42a2ec96165f05c4611d012afb22baf75a9686 (diff) | |
download | gitlab-ce-801820054081d4b795e6037a1c3e3d340dd831df.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/ci')
-rw-r--r-- | app/helpers/ci/runners_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci/runners_helper.rb b/app/helpers/ci/runners_helper.rb index 74318797069..852eaeca5e3 100644 --- a/app/helpers/ci/runners_helper.rb +++ b/app/helpers/ci/runners_helper.rb @@ -73,7 +73,7 @@ module Ci def group_shared_runners_settings_data(group) { - update_path: api_v4_groups_path(id: group.id), + group_id: group.id, shared_runners_setting: group.shared_runners_setting, parent_shared_runners_setting: group.parent&.shared_runners_setting, runner_enabled_value: Namespace::SR_ENABLED, |