Skip to content
Snippets Groups Projects
Commit e1d0830c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Switch to private wheels url

parent de487d6b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
if [ -z "${WHEELS_REPOSITORY}" ]; then if [ -z "${WHEELS_REPOSITORY}" ]; then
WHEELS_REPOSITORY="${DOCSERVER}/software/bob/wheels/gitlab/" WHEELS_REPOSITORY="${DOCSERVER}/wheels/gitlab/"
WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;http.*://;;'` WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;http.*://;;'`
check_env WHEELS_SERVER check_env WHEELS_SERVER
fi fi
......
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
for file in dist/*.whl; do for file in dist/*.whl; do
doc_upload ${file} software/bob/wheels-upload/gitlab/ doc_upload ${file} wheels-upload/gitlab/
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment