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

Update .gitlab-ci.yml

parent 6a6f8e9a
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ doc_build: ...@@ -36,7 +36,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") - ssh-add <(echo "$PRIVATE_KEY")
script: script:
- ssh -p50022 bolirev@bioneuro77.biologie.uni-bielefeld.de "mkdir -p /fastdata/html/navipy/" - ssh -p50022 bolirev@bioneuro77.biologie.uni-bielefeld.de "mkdir -p /fastdata/html/navipy/"
......
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