Skip to content
Snippets Groups Projects
Commit 25b2d871 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update .gitlab-ci.yml

parent 303e66e7
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ before_script:
- python3 -V # Print out python version for debugging
stages:
- deploy
- build
- test
- deploy
navipy_install:
......@@ -32,8 +32,8 @@ doc_build:
stage: deploy
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'which sshpass || apt-get install sshpass'
- 'which rsync || apt-get install rsync'
- 'which sshpass || apt-get install sshpass -y'
- 'which rsync || apt-get install rsync -y'
- mkdir -p ~/.ssh
- eval $(ssh-agent -s)
- '[[ -f /.dockerenv ]] && echo -e "Host *ntStrictHostKeyChecking nonn" > ~/.ssh/config'
......
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