Skip to content

Commit ee811a3

Browse files
committed
feat(Global Tagging): add service and test code to project
1 parent a5f4892 commit ee811a3

File tree

5 files changed

+1543
-20
lines changed

5 files changed

+1543
-20
lines changed

.travis.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@ before_install:
1616
- sudo apt-get update
1717
- sudo apt-get install pandoc
1818
- pip install pypandoc
19-
# - 'openssl aes-256-cbc -K $ghost_key -iv $ghost_iv -in .ghostenv.enc -out .ghostenv -d || true'
19+
# - '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $ghost_key -iv $ghost_iv -in .ghostenv.enc -out .ghostenv -d || true'
2020

2121
install:
2222
- pip install tox-travis
2323

2424
script:
2525
- tox
2626

27-
# before_deploy:
28-
# - pip install bump2version
29-
# - nvm install 12
30-
# - npm install @semantic-release/changelog
31-
# - npm install @semantic-release/exec
32-
# - npm install @semantic-release/git
33-
# - npm install @semantic-release/github
34-
#
35-
# deploy:
36-
# - provider: script
37-
# script: npx semantic-release
38-
# skip_cleanup: true
39-
# on:
40-
# python: '3.5'
41-
# branch: master
42-
#
27+
before_deploy:
28+
- pip install bump2version
29+
- nvm install 12
30+
- npm install @semantic-release/changelog
31+
- npm install @semantic-release/exec
32+
- npm install @semantic-release/git
33+
- npm install @semantic-release/github
34+
35+
deploy:
36+
- provider: script
37+
script: npx semantic-release
38+
skip_cleanup: true
39+
on:
40+
python: '3.5'
41+
branch: master
42+
4343
# - provider: pypi
4444
# user: $PYPI_USER
4545
# password: $PYPI_PASSWORD

ibm_platform_services/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
from .common import get_sdk_headers
1919
from .version import __version__
2020

21-
# from .global_search_v2 import GlobalSearchV2
22-
# from .global_tagging_v1 import GlobalTaggingV1
23-
# from .iam_access_groups_v2 import IamAccessGroupsV2
21+
from .global_search_v2 import GlobalSearchV2
22+
from .global_tagging_v1 import GlobalTaggingV1

0 commit comments

Comments
 (0)