Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Aug 11, 2023
1 parent 6cf5001 commit 8619666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/get_bundle_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def get_bundle_path_from_release() -> None:
# Check if file in bundle_path output exists
# Expect the script to be executed from `bundle-kubeflow` repo directory
if(os.path.exists(bundle_path)):
bundle_path_json = json.dumps(bundle_path)
print(f"Outputting bundle_path in JSON format: {bundle_path_json}")
print(f'::set-output name=bundle_path::{bundle_path_json}')
# bundle_path_json = json.dumps(bundle_path)
# print(f"Outputting bundle_path in JSON format: {bundle_path_json}")
print(f'::set-output name=bundle_path::{bundle_path}')
else:
raise Exception(f"There is no file in path: {bundle_path}")
else:
Expand Down

0 comments on commit 8619666

Please sign in to comment.