[Git][cmucl/cmucl][rtoy-issue-76-add-ansi-tests-to-ci] It's git checkout, not git co

Raymond Toy gitlab at common-lisp.net
Sun Nov 3 20:23:33 UTC 2019



Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl


Commits:
8b071d1f by Raymond Toy at 2019-11-03T20:23:18Z
It's git checkout, not git co

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -8,7 +8,7 @@ linux-runner:
     - linux
   before_script:
     - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
-    - (cd ansi-test; git co rtoy-cmucl-expected-failures)
+    - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
     - wget -nv $download_url/cmucl-$version-linux.tar.bz2
     - wget -nv $download_url/cmucl-$version-linux.extra.tar.bz2
     - mkdir snapshot
@@ -26,7 +26,7 @@ osx-runner:
     - osx
   before_script:
     - git clone https://gitlab.common-lisp.net/ansi-test/ansi-test.git
-    - (cd ansi-test; git co rtoy-cmucl-expected-failures)
+    - (cd ansi-test; git checkout rtoy-cmucl-expected-failures)
     - curl -s -o cmucl-$version-darwin.tar.bz2 $download_url/cmucl-$version-darwin.tar.bz2
     - mkdir snapshot
     - (cd snapshot; tar xjf ../cmucl-$version-darwin.tar.bz2)



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8b071d1f272814450029578ec184e588a33a987c

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/8b071d1f272814450029578ec184e588a33a987c
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/20191103/243607f5/attachment-0001.htm>


More information about the cmucl-cvs mailing list