mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removed unreachable code (#2157)
* removed unreachable code * added changelog fragment
This commit is contained in:
@@ -149,8 +149,6 @@ def get_existing_pipeline_variable(module, bitbucket):
|
||||
var['name'] = var.pop('key')
|
||||
return var
|
||||
|
||||
return None
|
||||
|
||||
|
||||
def create_pipeline_variable(module, bitbucket):
|
||||
info, content = bitbucket.request(
|
||||
|
||||
Reference in New Issue
Block a user