diff options
Diffstat (limited to '.github/ci/rust.sh')
| -rwxr-xr-x | .github/ci/rust.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/ci/rust.sh b/.github/ci/rust.sh deleted file mode 100755 index db1fc8538..000000000 --- a/.github/ci/rust.sh +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | ## on push branch~=gh-readonly-queue/main/.* | ||
| 3 | ## on pull_request | ||
| 4 | |||
| 5 | set -euo pipefail | ||
| 6 | |||
| 7 | echo Hello World! | ||
| 8 | |||
| 9 | export RUSTUP_HOME=/ci/cache/rustup | ||
| 10 | export CARGO_HOME=/ci/cache/cargo | ||
| 11 | export CARGO_TARGET_DIR=/ci/cache/target | ||
| 12 | if [ -f /ci/secrets/teleprobe-token.txt ]; then | ||
| 13 | echo Got teleprobe token! | ||
| 14 | export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt) | ||
| 15 | fi | ||
| 16 | |||
| 17 | hashtime restore /ci/cache/filetime.json || true | ||
| 18 | hashtime save /ci/cache/filetime.json | ||
| 19 | |||
| 20 | ./ci.sh | ||
