[Git][cmucl/cmucl][master] Don't show progress meter with curl
Raymond Toy
rtoy at common-lisp.net
Sun Jan 21 17:35:26 UTC 2018
Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
5df20813 by Raymond Toy at 2018-01-21T09:35:16-08:00
Don't show progress meter with curl
Don't need the progress meter; it just clutters up the logs with
useless stuff
[skip-ci]
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ osx-runner:
tags:
- osx
before_script:
- - curl -o cmucl-2018-01-x86-darwin.tar.bz2 https://common-lisp.net/project/cmucl/downloads/snapshots/2018/01//cmucl-2018-01-x86-darwin.tar.bz2
+ - curl -s -o cmucl-2018-01-x86-darwin.tar.bz2 https://common-lisp.net/project/cmucl/downloads/snapshots/2018/01//cmucl-2018-01-x86-darwin.tar.bz2
- mkdir snapshot
- (cd snapshot; tar xjf ../cmucl-2018-01-x86-darwin.tar.bz2)
script:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/5df2081377d7f79f5e289275687e614f01c8ecdf
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/5df2081377d7f79f5e289275687e614f01c8ecdf
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20180121/085ced1d/attachment.html>
More information about the cmucl-cvs
mailing list