Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ci-scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
namibsun
python
ci-scripts
Commits
2654338f
Commit
2654338f
authored
4 years ago
by
Hermann Krumrey
Browse files
Options
Downloads
Patches
Plain Diff
Fix host key verification (temporary fix)
parent
d23127f3
No related branches found
Branches containing commit
Tags
17.08.20.15.22.02
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
2654338f
...
...
@@ -5,8 +5,9 @@ stages:
-
release
default
:
image
:
namboy94/ci-docker-environment:0.
5
.0
image
:
namboy94/ci-docker-environment:0.
8
.0
before_script
:
-
ssh-keyscan -H progstats.namibsun.net >> ~/.ssh/known_hosts
-
echo "$SERVER_ACCESS_KEY" > ~/.ssh/id_rsa
-
chmod 0600 ~/.ssh/id_rsa
-
pip uninstall ci-scripts -y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment