Raymond Toy pushed to branch rtoy-add-ubuntu-runner at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -19,7 +19,7 @@ variables:
    19 19
       script:
    
    20 20
         - echo PATH = $PATH
    
    21 21
         - ls -F /usr/local/bin
    
    22
    -    - type -all gitlab-runner
    
    22
    +    # - type -all gitlab-runner
    
    23 23
         # Download binaries.  (Do we really need the extras tarball?)
    
    24 24
         - $CURL -o cmucl-$version-$osname.tar.$tar_ext $download_url/cmucl-$version-$osname.tar.$tar_ext
    
    25 25
         - $CURL -o cmucl-$version-$osname.extra.tar.$tar_ext $download_url/cmucl-$version-$osname.extra.tar.$tar_ext