Skip to content

Commit

Permalink
always update nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada authored Jun 30, 2020
1 parent 0e62d38 commit b391fc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:

- task: CopyFilesOverSSH@0
displayName: 'Upload to Repository'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
sshEndpoint: repository
sourceFolder: '$(System.ArtifactsDirectory)'
Expand All @@ -145,7 +144,6 @@ jobs:

- task: SSH@0
displayName: 'Symlink Latest Version'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
sshEndpoint: repository
runOptions: 'inline'
Expand Down Expand Up @@ -178,7 +176,6 @@ jobs:

- task: CopyFilesOverSSH@0
displayName: 'Update Nightly'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
sshEndpoint: chromecast
sourceFolder: '$(System.ArtifactsDirectory)/artifact'
Expand Down

0 comments on commit b391fc7

Please sign in to comment.