test
This commit is contained in:
parent
9a3b6d3793
commit
0b97c6176b
@ -11,8 +11,8 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class GitlabPipelineSkill(Skill):
|
class GitlabPipelineSkill(Skill):
|
||||||
def __init__(self, opsdroid, config):
|
# def __init__(self, opsdroid, config):
|
||||||
super(GitlabPipelineSkill, self).__init__(opsdroid, config)
|
# super(GitlabPipelineSkill, self).__init__(opsdroid, config)
|
||||||
# do some setup stuff here
|
# do some setup stuff here
|
||||||
|
|
||||||
async def _rest_call(self, site, api_url, call_method):
|
async def _rest_call(self, site, api_url, call_method):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user