mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1669 from joshuaboniface/fix-ci-docker
Flip quoting in variable set command
This commit is contained in:
commit
40b98bb3d4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ jobs:
|
||||||
value: 0.0.0
|
value: 0.0.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: echo '##vso[task.setvariable variable=JellyfinVersion]$( awk -F "/" "{ print $NF }" <<<"$(Build.SourceBranch)" | sed "s/^v//" )'
|
- script: echo "##vso[task.setvariable variable=JellyfinVersion]$( awk -F '/' '{ print $NF }' <<<'$(Build.SourceBranch)' | sed 's/^v//' )"
|
||||||
displayName: Set release version (stable)
|
displayName: Set release version (stable)
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue