Merge pull request 'ci: fix quotes again' (#31) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #31
This commit is contained in:
commit
6da658bbe7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue