Framework for maintaining Watson Assistant data in github repository with bundle of tools for generating, testing and uploading. Travis: https://travis-ci.com/IBM/watson-assistant-workbench. Artifactory (will be deleted after 25 Nov 2019): https://na.artifactory.swg-devops.com/artifactory/webapp/#/artifacts/browse/tree/General/iot-waw-trevis-generic-local.
Apache License 2.0
16
stars
25
forks
source link
Update_all bug, include JSON is requried even if not in config files. #376
Hi, when running update_all.py script an error about required 'includejsondata' occurs, even I did not have [includejsondata] in any of config files (build, private or common).
2019-06-11 16:19:33 wawCommons.py ERROR required 'includejsondata_jsonfile' parameter not defined'
Commenting line 96 in update_all script helped and the workspace was deployed successfully.
Hi, when running update_all.py script an error about required 'includejsondata' occurs, even I did not have [includejsondata] in any of config files (build, private or common).
2019-06-11 16:19:33 wawCommons.py ERROR required 'includejsondata_jsonfile' parameter not defined'
Commenting line 96 in update_all script helped and the workspace was deployed successfully.