deleted creating ssh directory for iso storage ssh key
This commit is contained in:
parent
b190b73923
commit
9caa72d57e
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ jobs:
|
||||||
name: Build image with sway
|
name: Build image with sway
|
||||||
run: |
|
run: |
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
mkdir /root/.ssh
|
|
||||||
echo "${{ secrets.STORAGE_SSH_KEY }}" > ./id_rsa
|
echo "${{ secrets.STORAGE_SSH_KEY }}" > ./id_rsa
|
||||||
chmod 400 ~/.ssh/id_rsa
|
chmod 400 ~/.ssh/id_rsa
|
||||||
rm -rf ${PWD}/output/*
|
rm -rf ${PWD}/output/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue