Skip to content
Snippets Groups Projects
Commit 83d7f665 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Syntax error (done -> fi)

parent 3d04a8c0
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ installbinaries: ...@@ -55,7 +55,7 @@ installbinaries:
- > - >
if [ "$CI_BUILD_REF_NAME" == "master" ]; then if [ "$CI_BUILD_REF_NAME" == "master" ]; then
DOWNLOADS=$(echo $DOWNLOADS | sed -i "s/artifacts\/$DEFAULTBRANCH\/raw/artifacts\/master\/raw/g") DOWNLOADS=$(echo $DOWNLOADS | sed -i "s/artifacts\/$DEFAULTBRANCH\/raw/artifacts\/master\/raw/g")
done fi
- > - >
for D in $DOWNLOADS; do for D in $DOWNLOADS; do
curl -f -L -H "PRIVATE-TOKEN: $PATKEY" $D curl -f -L -H "PRIVATE-TOKEN: $PATKEY" $D
......
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