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

Remove pretest

parent 7a50616c
No related branches found
No related tags found
No related merge requests found
image: python:latest image: python:latest
stages: stages:
- pretest
- build - build
- test - test
- coverage - coverage
- doc_build - doc_build
ssh:
stage: pretest
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'which rsync || apt-get install rsync -y'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- whoami
- hostname
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/gitlab_rsa
- echo "$SSH_PUBLIC_KEY" > ~/.ssh/gitlab_rsa.pub
script:
- ssh -p50022 bolirev@bioneuro77.biologie.uni-bielefeld.de "mkdir -p /fastdata/html/navipy/"
navipy_install: navipy_install:
stage: build stage: build
before_script: before_script:
...@@ -40,7 +21,6 @@ navipy_install: ...@@ -40,7 +21,6 @@ navipy_install:
artifacts: artifacts:
paths: paths:
- venv - venv
- build
expire_in: 2 hours expire_in: 2 hours
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment