Update get-tool-versions-steps.yml

pull/17/head
Maxim Lobanov 4 years ago
parent 02afcca5c6
commit 236d44a167

@ -9,7 +9,7 @@ steps:
-ToolName "$(TOOL_NAME)"
- task: PowerShell@2
displayName: 'Set env variable'
displayName: 'Set PIPELINE_URL variable'
condition: and(succeeded(), ne(variables['TOOL_NAME'], 'Python'))
inputs:
TargetType: inline
@ -36,5 +36,5 @@ steps:
-Url "$(SLACK_CHANNEL_URL)" `
-ToolName "$(TOOL_NAME)" `
-ToolVersion "$(Get_versions.TOOL_VERSIONS)" `
-PipelineUrl "$(PIPELINE_URL)" `
-PipelineUrl "${{ variables.PIPELINE_URL }}" `
-ImageUrl "$(IMAGE_URL)"

Loading…
Cancel
Save