From 0507379f7e01f8e9070a87c21b6ac4710540c27f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 23 Sep 2016 15:05:31 +0200
Subject: [PATCH] Also erase pypirc before starting

---
 gitlab/before_deploy.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitlab/before_deploy.sh b/gitlab/before_deploy.sh
index ca6c3d6..5ca7626 100755
--- a/gitlab/before_deploy.sh
+++ b/gitlab/before_deploy.sh
@@ -6,4 +6,5 @@ $(dirname ${0})/install.sh $(dirname ${0})
 
 source $(dirname ${0})/functions.sh
 
+run_cmd rm -f ${HOME}/.pypirc
 run_cmd $(dirname ${0})/before_test.sh
-- 
GitLab