Method: Gitlab::Client::BuildVariables#remove_group_variable
- Defined in:
- lib/gitlab/client/build_variables.rb
#remove_group_variable(group, key) ⇒ Gitlab::ObjectifiedHash
Remove a group’s build variable.
124 125 126 |
# File 'lib/gitlab/client/build_variables.rb', line 124 def remove_group_variable(group, key) delete("/groups/#{url_encode group}/variables/#{key}") end |