blob: 9df66777579abf30adde6c4de67d403c338a0286 [file] [log] [blame]
#!/bin/bash
#
# Updates the code running on skiaperf.com
#
set -x
source ./vm_config.sh
gcutil --project=$PROJECT_ID ssh --ssh_user=$PROJECT_USER $INSTANCE_NAME \
"cd ~/buildbot/perf/setup;" \
"git pull;" \
"./perf_setup.sh"