From 62309488d74993350b1974d907d7c1baacbf4622 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 8 May 2026 20:38:26 -0500 Subject: [PATCH] ci: clear El SDK paths before downloading to avoid 'file exists' error --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 670aa5a..b63026f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -33,6 +33,7 @@ jobs: gcloud auth activate-service-account --key-file=/tmp/gcp-key.json gcloud config set project neuron-785695 + rm -rf /opt/el/dist /opt/el/runtime mkdir -p /opt/el/dist/platform /opt/el/dist/bin /opt/el/runtime # Get latest version of each package