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

Fix wheels directory

parent 0ebe51a4
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}/wheels/gitlab/" WHEELS_REPOSITORY="${DOCSERVER}/private/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment