test
This commit is contained in:
parent
b13ced0e6e
commit
da7f2eede8
11
__init__.py
11
__init__.py
@ -39,11 +39,12 @@ class GitlabPipelineSkill(Skill):
|
||||
return return_text
|
||||
|
||||
async def _get_help(self):
|
||||
return_text = f"*Help*\n"
|
||||
return_text = f"{return_text}```gitlab help - returns this help screen```\n"
|
||||
return_text = f"{return_text}```gitlab sites - returns avaiable gitlab sites```\n"
|
||||
return_text = f"{return_text}```gitlab list projects - Returns project keywords and urls```\n"
|
||||
return_text = f"{return_text}```gitlab <project> pipeline last - Returns name, status and id for last pipeline in specific project```\n"
|
||||
return_text = f"*Help*\n```"
|
||||
return_text = f"{return_text} gitlab help - returns this help screen\n"
|
||||
return_text = f"{return_text} gitlab sites - returns avaiable gitlab sites\n"
|
||||
return_text = f"{return_text} gitlab list projects - Returns project keywords and urls\n"
|
||||
return_text = f"{return_text} gitlab <project> pipeline last - Returns name, status and id for last pipeline in specific project\n"
|
||||
return_text = f"{return_text}```"
|
||||
# return_text = f"{return_text}```gitlab <project> update inventory <id> - Updates inventory sources for inventory in specific project```\n"
|
||||
# return_text = f"{return_text}```gitlab <project> list running jobs - Returns information about running jobs for specific project```\n"
|
||||
# return_text = f"{return_text}```gitlab <project> list failed jobs - Returns information about last 5 failed jobs for specific project```\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user