[Git][cmucl/cmucl][rtoy-gitlab-ci] Oops. Use correct tarball names
Raymond Toy
rtoy at common-lisp.net
Sat Sep 2 20:47:28 UTC 2017
Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl
Commits:
3f6fd3df by Raymond Toy at 2017-09-02T13:47:20-07:00
Oops. Use correct tarball names
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ before_script:
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.tar.bz2
- wget -nv https://common-lisp.net/project/cmucl/downloads/snapshots/2017/04/cmucl-2017-04-x86-linux.extra.tar.bz2
- mkdir snapshot
- - (cd snapshot; tar xjf ../cmucl-2016-09-x86-linux.tar.bz2; tar xjf ../cmucl-2016-09-x86-linux.extra.tar.bz2)
+ - (cd snapshot; tar xjf ../cmucl-2017-04-x86-linux.tar.bz2; tar xjf ../cmucl-2017-04-x86-linux.extra.tar.bz2)
- git clone https://gitlab.common-lisp.net/cmucl/cmucl.git
test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3f6fd3df3e8d03c2e1e6702a0e86d951bfdc4a8c
---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3f6fd3df3e8d03c2e1e6702a0e86d951bfdc4a8c
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/20170902/83afd0ca/attachment-0001.html>
More information about the cmucl-cvs
mailing list