flows: fix linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-16 23:15:06 +02:00
parent ef3c01ec34
commit e4400476a2
2 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@ class FlowExecutorView(APIView):
@swagger_auto_schema( @swagger_auto_schema(
responses={ responses={
200: Challenge(), 200: Challenge(),
404: "No Token found" # This error can be raised by the email stage 404: "No Token found", # This error can be raised by the email stage
}, },
request_body=no_body, request_body=no_body,
manual_parameters=[ manual_parameters=[

View File

@ -18,7 +18,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.16' version: '1.16.3'
- task: CmdLine@2 - task: CmdLine@2
inputs: inputs:
script: | script: |
@ -40,7 +40,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.16' version: '1.16.3'
- task: Go@0 - task: Go@0
inputs: inputs:
command: 'get' command: 'get'
@ -63,7 +63,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.16' version: '1.16.3'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'current' buildType: 'current'
@ -82,7 +82,7 @@ stages:
steps: steps:
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.16' version: '1.16.3'
- task: DownloadPipelineArtifact@2 - task: DownloadPipelineArtifact@2
inputs: inputs:
buildType: 'current' buildType: 'current'