This commit is contained in:
parent
b2cbab8cda
commit
c1f1dcaec0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pipeline:
|
|||
commands:
|
||||
# - apt-get update && apt-get install ansible -y
|
||||
- apt-get update && apt-get install file -y
|
||||
- printf $${SSH_KEY} > /tmp/privateKey
|
||||
- printf "$SSH_KEY" > /tmp/privateKey
|
||||
- chmod 600 /tmp/privateKey
|
||||
- sha256sum /tmp/privateKey
|
||||
- cat /tmp/privateKey
|
||||
|
|
Loading…
Reference in a new issue