Skip to content

Commit

Permalink
[FABCN-391] fix directory for api doc publish (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti authored Apr 21, 2020
1 parent c753261 commit 61c253a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61c253a

Please sign in to comment.