[Git][cmucl/cmucl][rtoy-gitlab-ci] Use correct syntax

Raymond Toy rtoy at common-lisp.net
Fri Oct 7 03:07:25 UTC 2016


Raymond Toy pushed to branch rtoy-gitlab-ci at cmucl / cmucl


Commits:
7383a39c by Raymond Toy at 2016-10-06T20:07:13-07:00
Use correct syntax

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,3 @@
 before_script:
-	curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2 | tar xjf -
-	curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2 | tar xjf -
+  - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.tar.bz2 | tar xjf -
+  - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016-09-x86-linux.extra.tar.bz2 | tar xjf -



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/7383a39c8a1f968478c71c3b4d85d22dcc944396
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161007/5db163c8/attachment.html>


More information about the cmucl-cvs mailing list