Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 239259bd authored by ATMANI Ines's avatar ATMANI Ines
Browse files

Update .gitlab-ci.yml

parent 6a48ca71
Branches
No related tags found
No related merge requests found
Pipeline #33152 failed
...@@ -39,7 +39,7 @@ deploy_QA: ...@@ -39,7 +39,7 @@ deploy_QA:
before_script: before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "DEPLOYMENT_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - echo "$DEPLOYMENT_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- ssh-keyscan druid-garden.irisa.fr >> ~/.ssh/known_hosts - ssh-keyscan druid-garden.irisa.fr >> ~/.ssh/known_hosts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment