mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix spelling
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b64bab9f9b
commit
7758bac2da
@ -23,7 +23,7 @@ jobs:
|
|||||||
powershell: |
|
powershell: |
|
||||||
$CI_BUILD_TAG = git describe --tags
|
$CI_BUILD_TAG = git describe --tags
|
||||||
Write-Output ("##vso[task.setvariable variable=CI_BUILD_TAG;]$CI_BUILD_TAG")
|
Write-Output ("##vso[task.setvariable variable=CI_BUILD_TAG;]$CI_BUILD_TAG")
|
||||||
condition: "nd(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))"
|
condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))"
|
||||||
|
|
||||||
- displayName: Install Node.js
|
- displayName: Install Node.js
|
||||||
task: NodeTool@0
|
task: NodeTool@0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user