diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-01-04 20:02:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 20:02:17 -0500 |
| commit | a2b51d551fc2029247afffd92799fe205a41ae03 (patch) | |
| tree | c0e2db32c3ddf47b9ecc249f4320ae6cc58e1614 | |
| parent | 75a46a1072bc6da903a472dea6d7e755b35752ac (diff) | |
| parent | e300b98573e43861c1c04c1d2e9071387964dccc (diff) | |
Merge pull request #7115 from joshuaboniface/i-hate-ci-in-codev10.8.0-alpha5
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 89f7137fd..19d65ea0c 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.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') |
