From ec7dbad5ac9d12cd42171bc24e22f9c1f0cca7bd Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Sat, 7 Apr 2018 20:06:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66dd63ba..fb472ad2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,10 +16,10 @@ build and upload the contents: - echo "$WEBSITE_UPLOAD_KEY" | tr -d '\r' | ssh-add - > /dev/null ## Create the SSH directory and give it the right permissions - - mkdir -p /root/.ssh - - chmod 700 /root/.ssh - - ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts - - chmod 644 /root/.ssh/known_hosts + - mkdir -p ~/.ssh + - chmod 700 ~/.ssh + - ssh-keyscan tnw-tn1.tudelft.net >> ~/.ssh/known_hosts + - chmod 644 ~/.ssh/known_hosts - pip install -U mkdocs mkdocs-material python-markdown-math script: -- GitLab