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

Fix trusted-server name demangling

parent 75c0cf44
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ source $(dirname ${0})/functions.sh
if [ -z "${WHEELS_REPOSITORY}" ]; then
WHEELS_REPOSITORY="${DOCSERVER}/software/bob/wheels/gitlab/"
WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;https\?://;;'`
WHEELS_SERVER=`echo ${DOCSERVER} | sed 's;http.*://;;'`
check_env WHEELS_SERVER
fi
check_env WHEELS_REPOSITORY
......
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