瀏覽代碼

Remove bump-version junk

This didn't work, and won't matter for beta1 so just scrap it.
Joshua M. Boniface 3 年之前
父節點
當前提交
e300b98573
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      .ci/azure-pipelines-package.yml

+ 0 - 12
.ci/azure-pipelines-package.yml

@@ -43,10 +43,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-server-$(BuildConfiguration) deployment'
     displayName: 'Build Dockerfile'
 
@@ -92,10 +88,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')
-
   - task: DownloadPipelineArtifact@2
     displayName: 'Download OpenAPI Spec'
     inputs:
@@ -143,10 +135,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')
-
   - task: Docker@2
     displayName: 'Push Unstable Image'
     condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master')