Skip to content
Snippets Groups Projects
Commit f1a72b49 authored by Rick Carback's avatar Rick Carback
Browse files

Fix sed command for master branch

parent e87bc00d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ installbinaries:
- "DOWNLOADS=\"$SERVER_URL $CLIENT_URL $REGISTRATION_URL $UDB_URL $GATEWAY_URL\""
- >
if [ "$CI_BUILD_REF_NAME" == "master" ]; then
DOWNLOADS=$(echo $DOWNLOADS | sed -i "s/artifacts\/$DEFAULTBRANCH\/raw/artifacts\/master\/raw/g")
DOWNLOADS=$(echo $DOWNLOADS | sed "s/artifacts\/$DEFAULTBRANCH\/raw/artifacts\/master\/raw/g")
fi
- >
for D in $DOWNLOADS; do
......
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