mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 09:51:27 -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
996ef6ab49
commit
a14b525bdc
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