Skip to content

Commit

Permalink
WIP: Display contrainer's file
Browse files Browse the repository at this point in the history
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
  • Loading branch information
rzr committed Nov 5, 2018
1 parent 3678372 commit 8f7bf9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def start_node_server():
exec_docker(DOCKER_NODE_SERVER_PATH, ['node', 'server.js'], [], True)

def set_config_tizenrt():
exec_docker(DOCKER_ROOT_PATH, [
'cat', 'tizenrt_release_config'])
exec_docker(DOCKER_ROOT_PATH, [
'cp',
fs.join(DOCKER_IOTJS_PATH, 'config/tizenrt/artik05x/configs/defconfig'),
Expand Down

0 comments on commit 8f7bf9f

Please sign in to comment.