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

Update .gitlab-ci.yml

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