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