Skip to content

Commit

Permalink
FABN-1079 Publish release-1.4 API docs
Browse files Browse the repository at this point in the history
This updates the Publish API docs script to publish release-1.4
API docs.

Change-Id: I3a50732772fe4655ddb681fbcfa10b86d1dc8a61
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Dec 17, 2018
1 parent 866f023 commit 2cc9f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.4.0-rc3-snapshot",
"testFabricVersion": "1.4.0-rc1",
"testFabricThirdParty": "0.4.14",
"docsLatestVersion": "master",
"docsLatestVersion": "release-1.4",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
2 changes: 1 addition & 1 deletion scripts/Jenkins_Scripts/Publish_API_Docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ git commit -m "SDK commit - $SDK_COMMIT"
# Credentials are stored as Global Variables in Jenkins
git config remote.gh-pages.url https://$NODE_SDK_USERNAME:$NODE_SDK_PASSWORD@github.com/$NODE_SDK_USERNAME/$TARGET_REPO
# Push API docs to target repository
git push gh-pages release-1.4
git push gh-pages master

0 comments on commit 2cc9f01

Please sign in to comment.