diff options
| author | crobibero <cody@robibe.ro> | 2020-11-08 10:22:38 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-08 10:22:38 -0700 |
| commit | d2f439efd29301774a54cbec907fe16e237cc7c5 (patch) | |
| tree | aa4c2a2d2f315c83d3d1afc288870b52bc35c2f2 /.ci | |
| parent | 3900976be5a6b73141fb480e8ce0a16f95f91a2c (diff) | |
Remove unstable npm ci task
Diffstat (limited to '.ci')
| -rw-r--r-- | .ci/azure-pipelines-api-client.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml index de6bbf04c..03102121f 100644 --- a/.ci/azure-pipelines-api-client.yml +++ b/.ci/azure-pipelines-api-client.yml @@ -35,14 +35,6 @@ jobs: customEndpoint: 'jellyfin-bot for NPM' ## Generate npm api client -# Unstable - - task: CmdLine@2 - displayName: 'Build unstable typescript axios client' - condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') - inputs: - script: "bash ./apiclient/templates/typescript/axios/generate.sh $(System.ArtifactsDirectory) $(Build.BuildNumber)" - -# Stable - task: CmdLine@2 displayName: 'Build stable typescript axios client' condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v') @@ -57,17 +49,6 @@ jobs: workingDir: ./apiclient/generated/typescript/axios ## Publish npm packages -# Unstable - - task: Npm@1 - displayName: 'Publish unstable typescript axios client' - condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/master') - inputs: - command: publish - publishRegistry: useFeed - publishFeed: 'jellyfin/unstable' - workingDir: ./apiclient/generated/typescript/axios - -# Stable - task: Npm@1 displayName: 'Publish stable typescript axios client' condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v') |
