pipeline test v5

This commit is contained in:
Josh 2025-07-31 12:52:42 +00:00
parent 4bc8737f9c
commit 00d8616e73

View File

@ -9,6 +9,7 @@ steps:
STAGING_SSH_KEY: ${STAGING_SSH_KEY}
commands:
- |
echo "START SECRET"
echo "${STAGING_SSH_KEY}"
echo "END SECRET"
echo "START SECRET VALUE"
echo "${STAGING_SSH_KEY}" | wc -c
echo "${STAGING_SSH_KEY}" | head -c 64
echo "END SECRET VALUE"