From d73508cd369e721ee914862c83637545fc75aa0b Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Sun, 20 Nov 2016 21:23:42 +0100
Subject: [PATCH] Testing ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5df1f8e..f3a5ecb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,6 @@
 stages:
   - buildbob
   - testbob
-  - wheelsbob
 
 # ---------
 # Templates
@@ -22,6 +21,7 @@ stages:
     - ./ci/before_build.sh 1 buildout-bob.cfg
   script:
     - ./ci/build.sh buildout-bob.cfg
+    - ./ci/wheels_dependencies.sh ${WHEEL_TAG}
   after_script:
     - ./ci/after_build.sh
   artifacts:
@@ -42,16 +42,6 @@ stages:
     - ./ci/after_test.sh
     
 
-# Template for the wheel uploading stage
-# Needs to run against all combinations of python and operating systems
-.wheels_template: &wheels_job
-  stage: wheelsbob
-  environment: intranet
-  only:
-    - new_ci
-    - /^v\d+\.\d+\.\d+([abc]\d*)?$/  # PEP-440 compliant version (tags)
-  script:
-    - ./wheels_dependencies.sh
 
 # -------------
 # Build Targets
@@ -72,12 +62,3 @@ test_linux_27:
     - build_linux_27
   tags:
     - conda-linux
-    
-wheels_linux_27:
-  <<: *wheels_job
-  variables: *linux_27_build_variables
-  dependencies:
-    - build_linux_27
-  tags:
-    - conda-linux
-
-- 
GitLab