Add teleprobe cache.
This commit is contained in:
parent
9baa3bafb0
commit
9dd58660c3
1
.github/ci/build.sh
vendored
1
.github/ci/build.sh
vendored
@ -11,6 +11,7 @@ if [ -f /ci/secrets/teleprobe-token.txt ]; then
|
|||||||
echo Got teleprobe token!
|
echo Got teleprobe token!
|
||||||
export TELEPROBE_HOST=https://teleprobe.embassy.dev
|
export TELEPROBE_HOST=https://teleprobe.embassy.dev
|
||||||
export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
|
export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
|
||||||
|
export TELEPROBE_CACHE=/ci/cache/teleprobe_cache.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hashtime restore /ci/cache/filetime.json || true
|
hashtime restore /ci/cache/filetime.json || true
|
||||||
|
Loading…
Reference in New Issue
Block a user