Compare commits

...

2 commits

Author SHA1 Message Date
6da658bbe7 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
2025-03-17 17:15:59 +00:00
b99c21036f ci: fix quotes again
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-17 18:15:30 +01:00

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