We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa54c19 commit bb2d9e2Copy full SHA for bb2d9e2
.github/workflows/remote-benchmarks.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Sync GCloud with Demo NFS
92
run: |
93
- gcloud compute ssh --zone "us-central1-a" --project "deephaven-oss" dhc-demo-nfs-client --command="gsutil -m rsync -r -d gs://deephaven-benchmark /nfs/deephaven-benchmark"
+ gcloud compute ssh --zone "us-central1-a" --project "deephaven-oss" dhc-demo-nfs-client --command="gsutil -m rsync -d -r gs://deephaven-benchmark /nfs/deephaven-benchmark"
94
95
- name: Publish Slack Notification Tables
96
0 commit comments