log Nexus secret lengths during diagnosis
continuous-integration/drone Build is failing

This commit is contained in:
曾志威
2026-08-11 11:43:19 +08:00
parent fd0c20fc5a
commit 6511f24900
+2
View File
@@ -41,6 +41,8 @@ steps:
fi
- git --version
- |
echo "Nexus username length: ${#NEXUS_USERNAME}"
echo "Nexus password length: ${#NEXUS_PASSWORD}"
test -n "${NEXUS_USERNAME:-${NPM_USERNAME:-}}" || {
echo "Nexus username secret is missing"
exit 1