From 8b17c1b8d2836fa497bde42703e9bf64c5e06200 Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Thu, 25 Apr 2024 15:03:03 +0300 Subject: [PATCH] ci: correctly handle e2e-deno retries --- e2e/deno/cli.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/e2e/deno/cli.sh b/e2e/deno/cli.sh index c1957a90..7d6afda7 100755 --- a/e2e/deno/cli.sh +++ b/e2e/deno/cli.sh @@ -66,6 +66,11 @@ case "$method" in ;; "ci") set -eaux + if [ -d .jsr-data ]; then + # clean up data from previous runs + docker compose down + rm -rf .jsr-data + fi mkdir .jsr-data ./cli.sh start ./cli.sh update