Skip to content

Commit f62af2a

Browse files
committed
feat: add new sdk method to update instance home credentials
add new sdk method to update instance home credentials. Apply latest python-sdk-template changes. Signed-off-by: Silpi Dhua <[email protected]>
1 parent ed58de6 commit f62af2a

8 files changed

+510
-242
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,5 @@ test/__init__.py
7676
/.settings/
7777

7878
# files produced by "npm install" commands during build
79-
package.json
8079
package-lock.json
8180
node_modules/

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ script:
2424
- make ci
2525

2626
before_deploy:
27-
- pip install bump2version
2827
- nvm install 14
29-
- npm install @semantic-release/changelog
30-
- npm install @semantic-release/exec
31-
- npm install @semantic-release/git
32-
- npm install @semantic-release/github
28+
- npm install
29+
- pip install bump2version
3330

3431
deploy:
3532
- provider: script
36-
script: npx semantic-release
33+
script: npm run semantic-release
3734
skip_cleanup: true
3835
on:
3936
python: '3.7'

examples/test_ibm_analytics_engine_api_v3_examples.py

Lines changed: 125 additions & 79 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)