From f36fce07c7544cc89a13fa0e67f934f27f8fe484 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 20 Apr 2020 15:17:37 +0100 Subject: [PATCH] [FABCN-391] fix directory for api doc publish Signed-off-by: James Taylor --- ci/azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 7b28f2be..4375309f 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -205,7 +205,7 @@ stages: ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}: jsdoc_release: master ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/master') }}: - jsdoc_release: release-$(BuildData.MINOR_PACKAGE_VERSION) + jsdoc_release: $[format('release-{0}',dependencies.displayenv.outputs['BuildData.MINOR_PACKAGE_VERSION'])] steps: - script: | set -ev @@ -288,12 +288,6 @@ stages: - script: | find $(Pipeline.Workspace)/node-tgz/ -maxdepth 1 -type f -name 'fabric-*.tgz' -exec npm publish {} --tag unstable \; displayName: 'npm publish' - - job: jsdoc_publish - steps: - - script: | - set -ev - echo "checkout docs branch" - echo "checking" - job: dockerhub_publish steps: - template: templates/build-data.yaml