File size: 240 Bytes
0220cd3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -xe

JOB=${1:?need to specify 'rust' or 'python'}
BRANCH="$(git branch | grep \* | cut -d ' ' -f2)"
REPONAME="$(basename $(git rev-parse --show-toplevel))"

time bash "scripts/remote_tests_$JOB.sh" "$USER-$BRANCH-$REPONAME"