blob: 1d793c94cf4a7aa6b9a01c15ca6bf74ca108d0f3 [file] [log] [blame]
#!/bin/bash
# Sets up an SSH port forwarding from localhost:8008 to skia-task-scheduler:8008,
# which is where the task scheduler remote db endpoint is running.
gcloud compute ssh default@skia-task-scheduler --zone=us-central1-c --ssh-flag="-L 8008:localhost:8008"