mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
* removed unreachable code
* added changelog fragment
(cherry picked from commit b81a7cdd16
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f51cdb367f
commit
f717c1f4fd
4 changed files with 4 additions and 21 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue