From efed2fcd6991688a50d3aa3cc549a1769e981ea3 Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 4 Apr 2025 11:17:47 -0300 Subject: [PATCH] Debug api key substitution --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a6b1f76..e9cbc76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,7 +50,7 @@ steps: # Debug: Verify API key presence - test -n "$GITEA_API_KEY" || { echo "GITEA_API_KEY is not set"; exit 1; } # Debug: Confirm key presence without exposing it - - "echo API key length: ${#GITEA_API_KEY}" + - "echo API key length: ${GITEA_API_KEY}" # Check if gh-pages exists remotely, fetch it if it does, otherwise create it - git ls-remote --heads origin gh-pages | grep -q gh-pages && git fetch origin gh-pages && git checkout gh-pages || git checkout -b gh-pages # Stage the charts/dist directory (already in the working directory)