Skip to content

Commit

Permalink
fix pod logs url
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj committed Sep 26, 2024
1 parent 5415644 commit a94d4ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def save_pod_logs(namespace):
env_file = os.getenv("GITHUB_ENV")
with open(env_file, "a") as myfile:
myfile.write(
f"POD_LOGS_URL={job_info.get('url', '')}artifact/save-pod-logs/\n"
f"POD_LOGS_URL={job_info.get('url', '')}artifact/ci-only-save-pod-logs/\n"
)

0 comments on commit a94d4ea

Please sign in to comment.