[Git][cmucl/cmucl][rtoy-gitlab-ci] Remove debugging stuff and early exit

Raymond Toy rtoy at common-lisp.net
Sun Sep 3 16:25:50 UTC 2017


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


Commits:
9b8d5fc4 by Raymond Toy at 2017-09-03T09:24:18-07:00
Remove debugging stuff and early exit

 - Early exit (with non-zero exit code) does cause the pipeline to
   fail, as expected.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,4 @@
 before_script:
-  - ls -F
   - apt-get update -qq && apt-get install -y wget bzip2 make gcc gcc-multilib time bc
   - 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
@@ -8,10 +7,6 @@ before_script:
 
 test:
   script:
-    - echo $SHELL
-    - PS1='\w \$ '
-    - type -all time
-    - exit 1
     - bin/build.sh -B boot-2017-04-1 -C "" -o ./snapshot/bin/lisp
     - bin/make-dist.sh -I dist-linux linux-4
     - bin/run-tests.sh -l dist-linux/bin/lisp



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/9b8d5fc4e928deb7925a4ff197ab88a446fb70dd

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/9b8d5fc4e928deb7925a4ff197ab88a446fb70dd
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/20170903/bbd1f1b1/attachment-0001.html>


More information about the cmucl-cvs mailing list