Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
7460f6b6
Commit
7460f6b6
authored
Dec 15, 2016
by
PRUVOST Florent
Browse files
Update .gitlab-ci.yml: try to connect to gitlab, eval ssh agent
parent
8aa8a5d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7460f6b6
variables
:
SSH_AUTH_SOCK
:
"
/tmp/ssh-jCGBqSUZJU8o/agent.25566"
SSH_AUTH_PID
:
"
25567"
stages
:
-
build
...
...
@@ -9,8 +6,8 @@ stages:
build
:
stage
:
build
script
:
-
ssh-agent
-
ssh-add
-
eval `
ssh-agent
-s`
-
ssh-add
~/.ssh/id_rsa.pub
-
ssh -vvv git@gitlab.inria.fr
-
git submodule init
-
git submodule update
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment