Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
platform
Commits
97cabbfb
There was a problem fetching the pipeline summary.
Verified
Commit
97cabbfb
authored
7 years ago
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Re-add public ssh-key for platform test
parent
5a15c732
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/platform-ci/ci-build.sh
+3
-0
3 additions, 0 deletions
tests/platform-ci/ci-build.sh
with
3 additions
and
0 deletions
tests/platform-ci/ci-build.sh
+
3
−
0
View file @
97cabbfb
...
...
@@ -92,6 +92,9 @@ ssh_setup() {
# see https://gitlab.com/gitlab-org/gitlab-ee/issues/2940 for fixing
# broken line endings
ssh-add <
(
echo
"
$SSH_PRIVATE_KEY
"
|
sed
's/\r$//'
)
[
-d
~/.ssh
]
||
/bin/mkdir ~/.ssh
/bin/cp
"
${
ROOTDIR
}
/provider/users/gitlab-runner-
${
provider_name
}
/gitlab-runner-
${
provider_name
}
_ssh.pub"
~/.ssh/id_rsa.pub
}
build_from_scratch
()
{
...
...
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