Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cmake-qt5
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
docker
cmake-qt5
Commits
f1e3ea1f
Commit
f1e3ea1f
authored
Jan 27, 2017
by
Wouter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix SSH key filename
parent
314546a8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
f1e3ea1f
...
...
@@ -10,7 +10,7 @@ Mirror to github:
-
echo "${GITHUB_DEPLOY_KEY}" > $HOME/.ssh/github
-
mv $HOME/.ssh/config $HOME/.ssh/config~ || /bin/true
-
echo "host github.com" > $HOME/.ssh/config
-
echo " IdentityFile %d/.ssh/
id_rsa.
github" >> $HOME/.ssh/config
-
echo " IdentityFile %d/.ssh/github" >> $HOME/.ssh/config
-
echo " PubKeyAuthentication yes" >> $HOME/.ssh/config
-
git remote add github git@github.com:${GITHUB_REPOSITORY} || /bin/true
...
...
Write
Preview
Markdown
is supported
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