From 62989e0c6277811a577d8b3c5a77466f9413c8b0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 6 Jun 2025 16:59:55 +0100 Subject: [PATCH] Added check to ensure secret artifacts aren't left where they shouldn't be --- env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/env.sh b/env.sh index 3d27c5d..ae803a0 100755 --- a/env.sh +++ b/env.sh @@ -15,5 +15,6 @@ fi } > secrets.env cat secrets.env ./env/invenio.env "./env/$ENV_FILE" > .env +rm secrets.env echo "Environment set up using $ENV_FILE"