Add teleprobe cache.

This commit is contained in:
Dario Nieuwenhuis 2023-09-03 01:36:03 +02:00
parent 9baa3bafb0
commit 9dd58660c3

1
.github/ci/build.sh vendored
View File

@ -11,6 +11,7 @@ if [ -f /ci/secrets/teleprobe-token.txt ]; then
echo Got teleprobe token!
export TELEPROBE_HOST=https://teleprobe.embassy.dev
export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
export TELEPROBE_CACHE=/ci/cache/teleprobe_cache.json
fi
hashtime restore /ci/cache/filetime.json || true