ci: correctly handle e2e-deno retries

This commit is contained in:
alina 🌸 2024-04-25 15:03:03 +03:00
parent c3c7d1ddce
commit 8b17c1b8d2
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -66,6 +66,11 @@ case "$method" in
;; ;;
"ci") "ci")
set -eaux set -eaux
if [ -d .jsr-data ]; then
# clean up data from previous runs
docker compose down
rm -rf .jsr-data
fi
mkdir .jsr-data mkdir .jsr-data
./cli.sh start ./cli.sh start
./cli.sh update ./cli.sh update