Skip to content

Commit

Permalink
Merge pull request #3281 from joshuaboniface/i-hate-ci-in-code
Browse files Browse the repository at this point in the history
Remove bump-version junk
  • Loading branch information
joshuaboniface committed Jan 5, 2022
2 parents 7550692 + 6bdeeff commit d2fa91f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .ci/azure-pipelines-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
displayName: Set release version (stable)
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')

- script: './bump-version $(JellyfinVersion)'
displayName: Bump internal version (stable)
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')

- script: 'docker build -f deployment/Dockerfile.$(BuildConfiguration) -t jellyfin-web-$(BuildConfiguration) deployment'
displayName: 'Build Dockerfile'
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/tags'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master'))
Expand Down Expand Up @@ -76,10 +72,6 @@ jobs:
displayName: Set release version (stable)
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')

- script: './bump-version $(JellyfinVersion)'
displayName: Bump internal version (stable)
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v')

- task: Docker@2
displayName: 'Push Unstable Image'
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')
Expand Down

0 comments on commit d2fa91f

Please sign in to comment.