This commit is contained in:
parent
c1f1dcaec0
commit
e88b6d8e57
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
|
||||||
- printf "$SSH_KEY" > /tmp/privateKey
|
- echo -e $${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