Merge pull request 'ci: fix quotes again' (#31) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #31
This commit is contained in:
Glenn Y. Rolland 2025-03-17 17:15:59 +00:00
commit 6da658bbe7

View file

@ -44,7 +44,7 @@ steps:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY from_secret: SSH_PRIVATE_KEY
commands: commands:
- export $SSH_TARGET="$SSH_USER@$SSH_HOST" - export SSH_TARGET="$SSH_USER@$SSH_HOST"
- set -x - set -x
- echo "$SSH_TARGET" - echo "$SSH_TARGET"
- echo $SSH_USER | wc -c - echo $SSH_USER | wc -c