Skip to content

Commit ea49082

Browse files
Update microbenchmarks_config.py (GoogleCloudPlatform#748)
1 parent 1eab17c commit ea49082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/framework3p/configs/microbenchmarks_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_microbenchmark_config(
5555
# Check if the metrics report exists, and if so, upload it to GCS
5656
run_model_cmds += (
5757
f"if [ -f {metrics_report} ]; then "
58-
f"gsutil cp {metrics_report} {metric_config.SshEnvVars.GCS_OUTPUT.value}; "
58+
f"gcloud storage cp {metrics_report} {metric_config.SshEnvVars.GCS_OUTPUT.value}; "
5959
"fi",
6060
)
6161

0 commit comments

Comments
 (0)