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(
responses={
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,
manual_parameters=[

View File

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