[Git][cmucl/cmucl][rtoy-add-ubuntu-runner] Disable looking for gitlab-runner
Raymond Toy pushed to branch rtoy-add-ubuntu-runner at cmucl / cmucl Commits: fa8f355a by Raymond Toy at 2025-12-15T13:43:43-08:00 Disable looking for gitlab-runner - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -19,7 +19,7 @@ variables: script: - echo PATH = $PATH - ls -F /usr/local/bin - - type -all gitlab-runner + # - type -all gitlab-runner # Download binaries. (Do we really need the extras tarball?) - $CURL -o cmucl-$version-$osname.tar.$tar_ext $download_url/cmucl-$version-$osname.tar.$tar_ext - $CURL -o cmucl-$version-$osname.extra.tar.$tar_ext $download_url/cmucl-$version-$osname.extra.tar.$tar_ext View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fa8f355ac66d85cd42d87d40... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/fa8f355ac66d85cd42d87d40... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)