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... | tar xjf - - 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 - + - curl -s https://common-lisp.net/project/cmucl/downloads/snapshots/2016/09/cmucl-2016... | tar xjf -
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/7383a39c8a1f968478c71c3b4d...