Skip to content

Commit 60e6aea

Browse files
committed
add script to metadata
1 parent 8d8b13c commit 60e6aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: metaflow/metadata_provider/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def _get_system_info_as_dict(self):
633633
def _get_git_info_as_dict(self):
634634
git_info = {}
635635
env = self._environment.get_environment_info()
636-
for key in ["repo_url", "branch_name", "commit_sha"]:
636+
for key in ["script", "repo_url", "branch_name", "commit_sha"]:
637637
if key in env and env[key]:
638638
git_info[key] = env[key]
639639
return git_info

0 commit comments

Comments
 (0)