From e1d0830cbb1eb4b9e78686935fee70f7c589a468 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 17 Jan 2017 10:16:46 +0100 Subject: [PATCH] Switch to private wheels url --- gitlab/before_build.sh | 2 +- gitlab/wheels.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index 25e19cb..90206d1 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -4,7 +4,7 @@ source $(dirname ${0})/functions.sh if [ -z "${WHEELS_REPOSITORY}" ]; then - WHEELS_REPOSITORY="${DOCSERVER}/software/bob/wheels/gitlab/" + WHEELS_REPOSITORY="${DOCSERVER}/wheels/gitlab/" WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;http.*://;;'` check_env WHEELS_SERVER fi diff --git a/gitlab/wheels.sh b/gitlab/wheels.sh index 34fb958..7382134 100755 --- a/gitlab/wheels.sh +++ b/gitlab/wheels.sh @@ -4,5 +4,5 @@ source $(dirname ${0})/functions.sh for file in dist/*.whl; do - doc_upload ${file} software/bob/wheels-upload/gitlab/ + doc_upload ${file} wheels-upload/gitlab/ done -- GitLab