[Git][cmucl/cmucl][rtoy-gitlab-ci] Use wget instead of curl
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl Commits: cd429e9f by Raymond Toy at 2017-09-02T13:15:29-07:00 Use wget instead of curl - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ before_script: - - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf - - - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf - + - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... + - tar xjf cmucl-2016-09-x86-linux.tar.bz2 + - wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... + - tar xjf cmucl-2016-09-x86-linux.extra.tar.bz2 test: script: View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/cd429e9f7ce9b6087f286d50b3... --- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/cd429e9f7ce9b6087f286d50b3... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy