Skip to content
Snippets Groups Projects
Commit 7ae1ff14 authored by garciadeblas's avatar garciadeblas
Browse files

Trim trailing slash from REPOSITORY_BASE before add-apt-repository


Change-Id: Ic052f6d41d3d46c99ffcdc399febb875566b2672
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent d969d9cd
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,5 @@ key_location=$REPOSITORY_BASE/$RELEASE/$REPOSITORY_KEY
curl $key_location | apt-key add -
REPOSITORY_BASE=${REPOSITORY_BASE%/}
apt-get update && add-apt-repository -y "deb $REPOSITORY_BASE/$RELEASE $REPOSITORY SO UI RO IM osmclient openvim"
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