Skip to content

Commit

Permalink
Merge pull request #632 from watson-developer-cloud/disable-appscan
Browse files Browse the repository at this point in the history
chore(appscan): Disable appscan and upddate version
  • Loading branch information
ehdsouza authored Jan 23, 2019
2 parents 1db670d + 7ced7e8 commit a25669e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.5.3
current_version = 2.6.0
commit = True

[bumpversion:file:watson_developer_cloud/version.py]
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ install:
- pip install tox-travis
- pip install bumpversion
- npm install @semantic-release/exec
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then cd appscan; make asoc-tool; cd
../; fi
before_script:
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then chmod a+x ./appscan/ASOC.sh; fi
script:
- if [ "${TRAVIS_TAG}" = "${TRAVIS_BRANCH}" ]; then ./appscan/ASOC.sh; fi
- pip install -U python-dotenv
- tox
before_deploy:
Expand Down
7 changes: 0 additions & 7 deletions appscan/ASOC.sh

This file was deleted.

19 changes: 0 additions & 19 deletions appscan/Configfile

This file was deleted.

69 changes: 0 additions & 69 deletions appscan/Makefile

This file was deleted.

42 changes: 0 additions & 42 deletions appscan/app.json

This file was deleted.

22 changes: 0 additions & 22 deletions appscan/getJson.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import sys

__version__ = '2.5.3'
__version__ = '2.6.0'

if sys.argv[-1] == 'publish':
# test server
Expand Down
2 changes: 1 addition & 1 deletion watson_developer_cloud/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.5.3'
__version__ = '2.6.0'

0 comments on commit a25669e

Please sign in to comment.