Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7460f6b6 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Update .gitlab-ci.yml: try to connect to gitlab, eval ssh agent

parent 8aa8a5d8
No related branches found
No related tags found
No related merge requests found
Pipeline #
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment