From fe838066d9e28f41f91fd6d0f0e621ab9e716091 Mon Sep 17 00:00:00 2001
From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de>
Date: Tue, 3 Jul 2018 00:15:36 +0200
Subject: [PATCH] Remove pretest

---
 .gitlab-ci.yml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a2d663f..f243634 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,30 +1,11 @@
 image: python:latest
 
 stages:
-  - pretest
   - build
   - test
   - coverage
   - 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:
   stage: build
   before_script:
@@ -40,7 +21,6 @@ navipy_install:
   artifacts:
     paths:
       - venv
-      - build
     expire_in: 2 hours
 
   artifacts:
-- 
GitLab