Fix yaml parse error
This commit is contained in:
parent
42f761582f
commit
24a5bebabe
|
@ -29,9 +29,7 @@ jobs:
|
||||||
displayName: 'Create Drop directory'
|
displayName: 'Create Drop directory'
|
||||||
inputs:
|
inputs:
|
||||||
sshEndpoint: 'Jellyfin Build Server'
|
sshEndpoint: 'Jellyfin Build Server'
|
||||||
commands: |
|
commands: 'mkdir -p /srv/incoming/jellyfin_$(Version)/win-installer && ln -s /srv/incoming/jellyfin_$(Version) /srv/incoming/jellyfin_nightly_azure_upload'
|
||||||
mkdir -p /srv/incoming/jellyfin_$(Version)/win-installer
|
|
||||||
ln -s /srv/incoming/jellyfin_$(Version) /srv/incoming/jellyfin_nightly_azure_upload
|
|
||||||
|
|
||||||
- task: CopyFilesOverSSH@0
|
- task: CopyFilesOverSSH@0
|
||||||
displayName: 'Copy the Windows Setup to the Repo'
|
displayName: 'Copy the Windows Setup to the Repo'
|
||||||
|
|
|
@ -31,9 +31,7 @@ jobs:
|
||||||
displayName: 'Create Drop directory'
|
displayName: 'Create Drop directory'
|
||||||
inputs:
|
inputs:
|
||||||
sshEndpoint: 'Jellyfin Build Server'
|
sshEndpoint: 'Jellyfin Build Server'
|
||||||
commands: |
|
commands: 'mkdir -p /srv/incoming/jellyfin_$(Version)/win-installer && ln -s /srv/incoming/jellyfin_$(Version) /srv/incoming/jellyfin_nightly_azure_upload'
|
||||||
mkdir -p /srv/incoming/jellyfin_$(Version)/win-installer
|
|
||||||
ln -s /srv/incoming/jellyfin_$(Version) /srv/incoming/jellyfin_nightly_azure_upload
|
|
||||||
|
|
||||||
- task: CopyFilesOverSSH@0
|
- task: CopyFilesOverSSH@0
|
||||||
displayName: 'Copy the Windows Setup to the Repo'
|
displayName: 'Copy the Windows Setup to the Repo'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user