From 72c8986a29cef018efa6f750c34e601f98c20be7 Mon Sep 17 00:00:00 2001 From: jayavel Date: Fri, 23 Aug 2024 02:56:46 +0530 Subject: [PATCH] test: clean gatsby data --- .github/workflows/staging-cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index 3f4a6e22..b7029885 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -62,12 +62,6 @@ jobs: npm run clean rm -rf .cache public npm run develop & - if curl http://localhost:8000; then - echo "URL exists: http://localhost:8000" - else - echo "URL does not exist: http://localhost:8000" - exit 1 # Fail the step if the server is not reachable - fi env: GATSBY_TELEMETRY_DISABLED: 1