Files
mergify[bot] 04cc9c1148 CI: Use branch-versioned cargo throughout (#13411)
(cherry picked from commit 66c3c6c2b3)

Co-authored-by: Trent Nelson <trent@solana.com>
2020-11-05 06:25:11 +00:00

13 lines
199 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
cargo="$(readlink -f "../../cargo")"
if [[ ! -d googleapis ]]; then
git clone https://github.com/googleapis/googleapis.git
fi
exec "$cargo" run