Skip to content

Commit

Permalink
Print ksonnet version in tests (kubeflow#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Agarwal authored and Jiayu Liu committed Mar 20, 2018
1 parent 5ccc9ae commit 3aef9f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/kubeflow/testing/run_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def parse_config_file(config_file, root_dir):
return components

def run(args, file_handler): # pylint: disable=too-many-statements
# Print ksonnet version
util.run(["ks", "version"])
workflows = []
if args.config_file:
workflows.extend(parse_config_file(args.config_file, args.repos_dir))
Expand Down

0 comments on commit 3aef9f0

Please sign in to comment.