Reverted creating .ssh directory
This commit is contained in:
parent
93c086c45f
commit
4ea7960222
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ tileos-sway-amd64:
|
||||||
- Builder-1
|
- Builder-1
|
||||||
script:
|
script:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
- mkdir /root/.ssh
|
||||||
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
||||||
- chmod 400 ~/.ssh/id_rsa
|
- chmod 400 ~/.ssh/id_rsa
|
||||||
- rm -rf ${CI_PROJECT_DIR}/output/*
|
- rm -rf ${CI_PROJECT_DIR}/output/*
|
||||||
|
@ -40,6 +41,7 @@ tileos-river-amd64:
|
||||||
- Builder-1
|
- Builder-1
|
||||||
script:
|
script:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
- mkdir /root/.ssh
|
||||||
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
- echo "$BASE64_TILEOS_ISO_STORAGE_KEY" | base64 -d > ~/.ssh/id_rsa
|
||||||
- chmod 400 ~/.ssh/id_rsa
|
- chmod 400 ~/.ssh/id_rsa
|
||||||
- rm -rf ${CI_PROJECT_DIR}/output/*
|
- rm -rf ${CI_PROJECT_DIR}/output/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue