This commit is contained in:
parent
e88b6d8e57
commit
3b8cd9bbfe
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
|
||||
- echo -e $${SSH_KEY} > /tmp/privateKey
|
||||
- echo -e $SSH_KEY > /tmp/privateKey
|
||||
- chmod 600 /tmp/privateKey
|
||||
- sha256sum /tmp/privateKey
|
||||
- cat /tmp/privateKey
|
||||
|
|
Loading…
Reference in a new issue