Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
website
Commits
16346761
Commit
16346761
authored
Sep 11, 2017
by
Joseph Weston
Browse files
remove unecessary keyscanning
parent
4e6b3d7d
Pipeline
#5271
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16346761
...
...
@@ -5,7 +5,7 @@ before_script:
test_deploy
:
script
:
-
mkdir -p ~/.ssh
&& ssh-keyscan kwant-project.org >> ~/.ssh/known_hosts
-
mkdir -p ~/.ssh
-
echo $TEST_WEBSITE_KEY > deploy_key && sed -i 's/\r /\n/g' deploy_key && chmod 600 deploy_key
-
nikola deploy
except
:
...
...
@@ -13,7 +13,7 @@ test_deploy:
master_deploy
:
script
:
-
mkdir -p ~/.ssh
&& ssh-keyscan kwant-project.org >> ~/.ssh/known_hosts
-
mkdir -p ~/.ssh
-
echo $MASTER_WEBSITE_KEY > deploy_key && sed -i 's/\r /\n/g' deploy_key && chmod 600 deploy_key
-
nikola deploy
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment