ci: fix quotes again
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed

This commit is contained in:
Glenn Y. Rolland 2025-03-17 18:15:30 +01:00
parent cd9ef12239
commit b99c21036f

View file

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