From 954795e44c2d6baaf85363c837ff78976a6d5f8e Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 30 Jan 2017 17:52:04 +0100
Subject: [PATCH] Temporarily disable special bob.buildout rules

---
 gitlab/before_test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitlab/before_test.sh b/gitlab/before_test.sh
index e31bc9d..55518e9 100755
--- a/gitlab/before_test.sh
+++ b/gitlab/before_test.sh
@@ -17,9 +17,9 @@ else
 fi
 
 # zc.recipe.egg needs some special installation instructions
-if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
-  run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
-fi
+#if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
+#  run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
+#fi
 
 run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
 
-- 
GitLab