ci: fix quotes again
This commit is contained in:
parent
cd9ef12239
commit
b99c21036f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue