This commit is contained in:
Dario Nieuwenhuis 2023-10-30 03:21:07 +01:00
parent b6fc682117
commit 0bae4629fd

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

@ -12,6 +12,7 @@ if [ -f /ci/secrets/teleprobe-token.txt ]; then
export TELEPROBE_HOST=https://teleprobe.embassy.dev
export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
export TELEPROBE_CACHE=/ci/cache/teleprobe_cache.json
rm -f $TELEPROBE_CACHE
fi
# needed for "dumb HTTP" transport support