Skip to content
Snippets Groups Projects
Verified Commit a58693dc authored by Martin Weise's avatar Martin Weise
Browse files

WIP

parent 1e31e026
No related branches found
No related tags found
1 merge request!274Hotfix foreign key
...@@ -619,6 +619,7 @@ release-docs: ...@@ -619,6 +619,7 @@ release-docs:
script: script:
- make gen-docs-doc - make gen-docs-doc
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- "mkdir -p /root/.ssh"
- echo "$CI_KEY_PRIVATE" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa - echo "$CI_KEY_PRIVATE" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa
- echo "$CI_KEY_PUBLIC" > /root/.ssh/id_rsa.pub - echo "$CI_KEY_PUBLIC" > /root/.ssh/id_rsa.pub
- echo "$CI_DOC_ID" > ~/.ssh/known_hosts - echo "$CI_DOC_ID" > ~/.ssh/known_hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment