Skip to content

Commit

Permalink
Merge pull request #1353 from kubean-io/ErikJiang-patch-1
Browse files Browse the repository at this point in the history
Update gen_artifact_doc.py
  • Loading branch information
ErikJiang authored Aug 30, 2024
2 parents 97928e6 + 27358a9 commit 08ad717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/gen_artifact_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
if __name__ == '__main__':
try:
repo_name="kubean-manifest"
subprocess.run(["/usr/bing/git", "clone", f"https://github.com/{IMAGE_REPO}/{repo_name}.git"], check=True)
subprocess.run(["/usr/bin/git", "clone", f"https://github.com/{IMAGE_REPO}/{repo_name}.git"], check=True)
manifests_path=f'{repo_name}/manifests'
rls_pattern = re.compile(r'manifest-(\d+\.\d+)-.*\.yml')

Expand Down

0 comments on commit 08ad717

Please sign in to comment.