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

Curl silently instead of with a progress bar

parent f3f9e810
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ installbinaries: ...@@ -61,7 +61,7 @@ installbinaries:
- > - >
for D in $DOWNLOADS; do for D in $DOWNLOADS; do
echo $D echo $D
curl -f -O -# -L -H "PRIVATE-TOKEN: $PATKEY" $D curl -f -O -s -L -H "PRIVATE-TOKEN: $PATKEY" $D
done done
- ls -lha - ls -lha
- mv server.linux64?job=build server - mv server.linux64?job=build server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment